mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
updated version number to M12.
This commit is contained in:
parent
6b881dc6f5
commit
13dd074be1
@ -32,14 +32,14 @@
|
||||
#define APPLICATION_LANGUAGE "en"
|
||||
|
||||
#define VERSION_MAJOR_STR "5.0"
|
||||
#define VERSION_MINOR_STR "m11 Gecko"
|
||||
#define VERSION_MINOR_STR "m12 Gecko"
|
||||
#define VERSION_STRING VERSION_MAJOR_STR VERSION_MINOR_STR
|
||||
#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
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 00 // =[0x00] This is really revision & fix in BCD
|
||||
#define VERSION_MICRO 11 // This is really the internal stage
|
||||
#define VERSION_MICRO 12 // This is really the internal stage
|
||||
#define VERSION_KIND alpha
|
||||
#define COPYRIGHT_STRING ", Mozilla Open Source"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user