bug #149140 - updated Finder's get info string to '1.1a'. r=lpham, sr=leaf, a=leaf

This commit is contained in:
jj%netscape.com 2002-06-06 01:16:34 +00:00
Родитель 35ae180053
Коммит 3f62b61125
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

@ -28,14 +28,14 @@
// Version Numbers //
#define VERSION_MAJOR 1
#define VERSION_MINOR 0x00 // revision & fix in BCD
#define VERSION_MINOR 0x10 // 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 "1.0.0+"
#define VERSION_STRING "1.1a"
//#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 "]"