Skip to content

Commit

Permalink
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release…
Browse files Browse the repository at this point in the history
… ba=release
  • Loading branch information
ffxbld committed Jan 12, 2015
1 parent 504534f commit 7769fa7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CLOBBER
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.

Bug 1119997 - Change build environment for B2G devide builds.
Merge day clobber
2 changes: 1 addition & 1 deletion b2g/confvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion browser/config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
37.0a1
38.0a1
2 changes: 1 addition & 1 deletion config/milestone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------

37.0a1
38.0a1
2 changes: 1 addition & 1 deletion mobile/android/confvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion services/sync/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion xpcom/components/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace mozilla {
*/
struct Module
{
static const unsigned int kVersion = 37;
static const unsigned int kVersion = 38;

struct CIDEntry;

Expand Down

0 comments on commit 7769fa7

Please sign in to comment.