зеркало из https://github.com/mozilla/pjs.git
bug #149140 - updated Finder's get info string to '1.1a'. r=lpham, sr=leaf, a=leaf
This commit is contained in:
Родитель
35ae180053
Коммит
3f62b61125
|
@ -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 "]"
|
||||
|
|
Загрузка…
Ссылка в новой задаче