get rid of r in front of svn build number in long version string

This commit is contained in:
Mitchell Livingston 2007-08-03 02:33:05 +00:00
parent 6ffc3ad7db
commit 722889c686
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ cat > libtransmission/version.h.new << EOF
#define USERAGENT_PREFIX "$USERAGENT_PREFIX"
#define SVN_REVISION "$SVN_REVISION"
#define SHORT_VERSION_STRING "$USERAGENT_PREFIX"
#define LONG_VERSION_STRING "$USERAGENT_PREFIX r($SVN_REVISION)"
#define LONG_VERSION_STRING "$USERAGENT_PREFIX ($SVN_REVISION)"
EOF
replace_if_differs libtransmission/version.h.new libtransmission/version.h