参考:https://svn.haxx.se/dev/archive-2006-02/1156.shtml
Makefile中加入如下定义:
SVNDEF = -D'SVN_REV="$(shell svnversion -n ./)"'
代码中使用SVN_REV变量打印版本号
printf("version:%s\n", SVN_REV);
2021-11-27 22:26:36
参考:https://svn.haxx.se/dev/archive-2006-02/1156.shtml
Makefile中加入如下定义:
SVNDEF = -D'SVN_REV="$(shell svnversion -n ./)"'
代码中使用SVN_REV变量打印版本号
printf("version:%s\n", SVN_REV);