mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
get rid of r in front of svn build number in long version string
This commit is contained in:
parent
6ffc3ad7db
commit
722889c686
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ cat > libtransmission/version.h.new << EOF
|
||||||
#define USERAGENT_PREFIX "$USERAGENT_PREFIX"
|
#define USERAGENT_PREFIX "$USERAGENT_PREFIX"
|
||||||
#define SVN_REVISION "$SVN_REVISION"
|
#define SVN_REVISION "$SVN_REVISION"
|
||||||
#define SHORT_VERSION_STRING "$USERAGENT_PREFIX"
|
#define SHORT_VERSION_STRING "$USERAGENT_PREFIX"
|
||||||
#define LONG_VERSION_STRING "$USERAGENT_PREFIX r($SVN_REVISION)"
|
#define LONG_VERSION_STRING "$USERAGENT_PREFIX ($SVN_REVISION)"
|
||||||
EOF
|
EOF
|
||||||
replace_if_differs libtransmission/version.h.new libtransmission/version.h
|
replace_if_differs libtransmission/version.h.new libtransmission/version.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue