Changeset 8448


Ignore:
Timestamp:
May 20, 2009, 4:23:28 AM (14 years ago)
Author:
livings124
Message:

eliminate a redundant #define

Location:
trunk/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Info.plist

    r8022 r8448  
    4747        <string>VERSION_STRING_INFOPLIST</string>
    4848        <key>CFBundleVersion</key>
    49         <string>BUNDLE_VERSION_INFOPLIST</string>
     49        <string>SVN_REVISION_NUM</string>
    5050        <key>CFBundleGetInfoString</key>
    51         <string>VERSION_STRING_INFOPLIST (BUNDLE_VERSION_INFOPLIST)</string>
     51        <string>VERSION_STRING_INFOPLIST (SVN_REVISION_NUM)</string>
    5252        <key>LSMinimumSystemVersion</key>
    5353        <string>10.5.0</string>
  • trunk/macosx/version.sh

    r8447 r8448  
    3737
    3838#define VERSION_STRING_INFOPLIST  $USERAGENT_PREFIX
    39 #define BUNDLE_VERSION_INFOPLIST  $SVN_REVISION
    4039EOF
    4140
Note: See TracChangeset for help on using the changeset viewer.