mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Merging in version bump NO BUG a=relman
This commit is contained in:
parent
0e563c0075
commit
b8be00698a
2
b2g/confvars.sh
Normal file → Executable file
2
b2g/confvars.sh
Normal file → Executable file
@ -38,7 +38,7 @@
|
||||
MOZ_APP_BASENAME=B2G
|
||||
MOZ_APP_VENDOR=Mozilla
|
||||
|
||||
MOZ_APP_VERSION=14.0a1
|
||||
MOZ_APP_VERSION=15.0a1
|
||||
MOZ_APP_UA_NAME=Firefox
|
||||
|
||||
MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial
|
||||
|
@ -1 +1 @@
|
||||
14.0a1
|
||||
15.0a1
|
||||
|
@ -10,4 +10,4 @@
|
||||
# hardcoded milestones in the tree from these two files.
|
||||
#--------------------------------------------------------
|
||||
|
||||
14.0a1
|
||||
15.0a1
|
||||
|
@ -10,4 +10,4 @@
|
||||
# hardcoded milestones in the tree from these two files.
|
||||
#--------------------------------------------------------
|
||||
|
||||
14.0a1
|
||||
15.0a1
|
||||
|
2
mobile/android/confvars.sh
Normal file → Executable file
2
mobile/android/confvars.sh
Normal file → Executable file
@ -38,7 +38,7 @@
|
||||
MOZ_APP_BASENAME=Fennec
|
||||
MOZ_APP_VENDOR=Mozilla
|
||||
|
||||
MOZ_APP_VERSION=14.0a1
|
||||
MOZ_APP_VERSION=15.0a1
|
||||
MOZ_APP_UA_NAME=Firefox
|
||||
|
||||
MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
|
||||
|
2
mobile/xul/confvars.sh
Normal file → Executable file
2
mobile/xul/confvars.sh
Normal file → Executable file
@ -38,7 +38,7 @@
|
||||
MOZ_APP_BASENAME=Fennec
|
||||
MOZ_APP_VENDOR=Mozilla
|
||||
|
||||
MOZ_APP_VERSION=14.0a1
|
||||
MOZ_APP_VERSION=15.0a1
|
||||
|
||||
MOZ_BRANDING_DIRECTORY=mobile/xul/branding/unofficial
|
||||
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/xul/branding/official
|
||||
|
@ -53,7 +53,7 @@ namespace mozilla {
|
||||
*/
|
||||
struct Module
|
||||
{
|
||||
static const unsigned int kVersion = 14;
|
||||
static const unsigned int kVersion = 15;
|
||||
|
||||
struct CIDEntry;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user