1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +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> <key>CFBundleShortVersionString</key>
<string>VERSION_STRING_INFOPLIST</string> <string>VERSION_STRING_INFOPLIST</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>BUNDLE_VERSION_INFOPLIST</string> <string>SVN_REVISION_NUM</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>VERSION_STRING_INFOPLIST (BUNDLE_VERSION_INFOPLIST)</string> <string>VERSION_STRING_INFOPLIST (SVN_REVISION_NUM)</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.5.0</string> <string>10.5.0</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>

View file

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