landing fix for #134223 on the trunk: udpate Finder's Get Info strings to 1.0.0+ for OS9 and OSX. r=asaki, sr=granrose.

This commit is contained in:
jj%netscape.com 2002-04-16 22:12:06 +00:00
parent 043a2452ee
commit a0b7b777f9
2 changed files with 6 additions and 6 deletions

View File

@ -134,11 +134,11 @@
<key>CFBundleSignature</key>
<string>MOZZ</string>
<key>CFBundleVersion</key>
<string>0.9.9+</string>
<string>1.0.0+</string>
<key>CFBundleShortVersionString</key>
<string>0.9.9+</string>
<string>1.0.0+</string>
<key>CFBundleGetInfoString</key>
<string>0.9.9+, © 1998-2002 The Mozilla Organization</string>
<string>1.0.0+, © 1998-2002 The Mozilla Organization</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>

View File

@ -27,15 +27,15 @@
// Version Numbers //
#define VERSION_MAJOR 0
#define VERSION_MINOR 0x99 // revision & fix in BCD
#define VERSION_MAJOR 1
#define VERSION_MINOR 0x00 // revision & fix in BCD
#define VERSION_KIND alpha // alpha, beta, or final
#define VERSION_MICRO 0 // internal stage: alpha or beta number
// Version Strings (Finder's Get Info dialog box) //
#define VERSION_STRING "0.9.9+"
#define VERSION_STRING "1.0.0+"
//#define VERSION_LANG "en" // e.g. en, ja, de, fr
//#define VERSION_COUNTRY "_US" // e.g., _JP, _DE, _FR, _US
//#define VERSION_LOCALE "[" VERSION_LANG "_" VERSION_COUNTRY "]"