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:
parent
f0dde077a7
commit
fb77a810d7
2 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue