From 8b21a060c757b31c374a80e036443a580bd08c0b Mon Sep 17 00:00:00 2001 From: ffxbld Date: Mon, 28 Apr 2014 14:18:37 -0400 Subject: [PATCH] Version bump. CLOSED TREE NO BUG a=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 d3de2b5e84c..5cb035cbf97 100644 --- a/b2g/confvars.sh +++ b/b2g/confvars.sh @@ -5,7 +5,7 @@ MOZ_APP_BASENAME=B2G MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=31.0a1 +MOZ_APP_VERSION=32.0a1 MOZ_APP_UA_NAME=Firefox MOZ_UA_OS_AGNOSTIC=1 diff --git a/browser/config/version.txt b/browser/config/version.txt index 19ea970e00a..832202a158c 100644 --- a/browser/config/version.txt +++ b/browser/config/version.txt @@ -1 +1 @@ -31.0a1 +32.0a1 diff --git a/config/milestone.txt b/config/milestone.txt index 5420350e072..38f02de76e9 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -31.0a1 +32.0a1 diff --git a/mobile/android/confvars.sh b/mobile/android/confvars.sh index 8961952bb5d..5bd95291d22 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=31.0a1 +MOZ_APP_VERSION=32.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 31948f76697..fa86a5904f8 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.33.0 +weave_version := 1.34.0 weave_id := {340c2bbc-ce74-4362-90b5-7c26312808ef} # Preprocess files. diff --git a/xpcom/components/Module.h b/xpcom/components/Module.h index 53b04e7ced4..4e563b92ae7 100644 --- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -21,7 +21,7 @@ namespace mozilla { */ struct Module { - static const unsigned int kVersion = 31; + static const unsigned int kVersion = 32; struct CIDEntry;