1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 14:40:43 +00:00

mac build didn't generate SVN_REVISION_NUM

This commit is contained in:
Charles Kerr 2009-05-20 04:17:03 +00:00
parent c387a22270
commit f0dde077a7

View file

@ -31,6 +31,7 @@ cat > libtransmission/version.h.new << EOF
#define PEERID_PREFIX "$PEERID_PREFIX"
#define USERAGENT_PREFIX "$USERAGENT_PREFIX"
#define SVN_REVISION "$SVN_REVISION"
#define SVN_REVISION_NUM $SVN_REVISION
#define SHORT_VERSION_STRING "$USERAGENT_PREFIX"
#define LONG_VERSION_STRING "$USERAGENT_PREFIX ($SVN_REVISION)"