bug 157558, r=cls. version string updates for upcoming 1.1b

git-svn-id: svn://10.0.0.236/trunk@125357 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org
2002-07-17 02:39:51 +00:00
parent 3d85f30820
commit 59f26094d7
2 changed files with 3 additions and 3 deletions

View File

@@ -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 ========================================================

View File

@@ -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 "]"