1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

eliminate a redundant #define

This commit is contained in:
Mitchell Livingston 2009-05-20 04:23:28 +00:00
parent f0dde077a7
commit fb77a810d7
2 changed files with 2 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<key>CFBundleShortVersionString</key>
<string>VERSION_STRING_INFOPLIST</string>
<key>CFBundleVersion</key>
<string>BUNDLE_VERSION_INFOPLIST</string>
<string>SVN_REVISION_NUM</string>
<key>CFBundleGetInfoString</key>
<string>VERSION_STRING_INFOPLIST (BUNDLE_VERSION_INFOPLIST)</string>
<string>VERSION_STRING_INFOPLIST (SVN_REVISION_NUM)</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>NSAppleScriptEnabled</key>

View file

@ -36,7 +36,6 @@ cat > libtransmission/version.h.new << EOF
#define LONG_VERSION_STRING "$USERAGENT_PREFIX ($SVN_REVISION)"
#define VERSION_STRING_INFOPLIST $USERAGENT_PREFIX
#define BUNDLE_VERSION_INFOPLIST $SVN_REVISION
EOF
# Add a release definition