зеркало из https://github.com/mozilla/pjs.git
bug 157558, r=cls. version string updates for upcoming 1.1b
This commit is contained in:
Родитель
1cd50cbb13
Коммит
e67d58ccaa
|
@ -40,7 +40,7 @@ AC_CANONICAL_SYSTEM
|
|||
TARGET_CPU="${target_cpu}"
|
||||
TARGET_VENDOR="${target_vendor}"
|
||||
TARGET_OS="${target_os}"
|
||||
MOZILLA_VERSION='1.1a+'
|
||||
MOZILLA_VERSION='1.1b'
|
||||
AC_SUBST(MOZILLA_VERSION)
|
||||
|
||||
dnl ========================================================
|
||||
|
|
|
@ -29,13 +29,13 @@
|
|||
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 0x10 // revision & fix in BCD
|
||||
#define VERSION_KIND alpha // alpha, beta, or final
|
||||
#define VERSION_KIND beta // 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.1a"
|
||||
#define VERSION_STRING "1.1b"
|
||||
//#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 "]"
|
||||
|
|
Загрузка…
Ссылка в новой задаче