From d33fe6d8f6877670df9b1e737f5e77cce096e96c Mon Sep 17 00:00:00 2001 From: ffxbld Date: Fri, 28 Nov 2014 10:39:09 -0500 Subject: [PATCH] Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release --- b2g/confvars.sh | 2 +- browser/config/version.txt | 2 +- config/milestone.txt | 2 +- mobile/android/confvars.sh | 2 +- services/sync/Makefile.in | 2 +- xpcom/components/Module.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/b2g/confvars.sh b/b2g/confvars.sh index 7613c38ad41e..2ad1ae782606 100644 --- a/b2g/confvars.sh +++ b/b2g/confvars.sh @@ -5,7 +5,7 @@ MOZ_APP_BASENAME=B2G MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=37.0a1 +MOZ_APP_VERSION=38.0a1 MOZ_APP_UA_NAME=Firefox MOZ_UA_OS_AGNOSTIC=1 diff --git a/browser/config/version.txt b/browser/config/version.txt index 9a25e60119d0..bf806ac1eb75 100644 --- a/browser/config/version.txt +++ b/browser/config/version.txt @@ -1 +1 @@ -37.0a1 +38.0a1 diff --git a/config/milestone.txt b/config/milestone.txt index 3ed876082775..81d0c977403e 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -37.0a1 +38.0a1 diff --git a/mobile/android/confvars.sh b/mobile/android/confvars.sh index 37b514755ba1..5fc046820fb7 100644 --- a/mobile/android/confvars.sh +++ b/mobile/android/confvars.sh @@ -5,7 +5,7 @@ MOZ_APP_BASENAME=Fennec MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=37.0a1 +MOZ_APP_VERSION=38.0a1 MOZ_APP_UA_NAME=Firefox MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial diff --git a/services/sync/Makefile.in b/services/sync/Makefile.in index 6b551caeeb36..c21668e6ca2b 100644 --- a/services/sync/Makefile.in +++ b/services/sync/Makefile.in @@ -3,7 +3,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Definitions used by constants.js. -weave_version := 1.39.0 +weave_version := 1.40.0 weave_id := {340c2bbc-ce74-4362-90b5-7c26312808ef} # Preprocess files. diff --git a/xpcom/components/Module.h b/xpcom/components/Module.h index bf6bf0a91b65..1571ccf51d24 100644 --- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -21,7 +21,7 @@ namespace mozilla { */ struct Module { - static const unsigned int kVersion = 37; + static const unsigned int kVersion = 38; struct CIDEntry;