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 Jun 12, 2017
1 parent 17c74ef commit 120e577
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CLOBBER
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.

Bug 1346025 - Move vendored python modules to /third_party/python (need to clobber virtualenv)

Merge day clobber
2 changes: 1 addition & 1 deletion browser/config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55.0a1
56.0a1
2 changes: 1 addition & 1 deletion browser/config/version_display.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55.0a1
56.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.
#--------------------------------------------------------

55.0a1
56.0a1
2 changes: 1 addition & 1 deletion services/sync/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ EXTRA_PP_JS_MODULES['services-sync'] += [
]

# Definitions used by constants.js
DEFINES['weave_version'] = '1.57.0'
DEFINES['weave_version'] = '1.58.0'
DEFINES['weave_id'] = '{340c2bbc-ce74-4362-90b5-7c26312808ef}'

EXTRA_JS_MODULES['services-sync'].engines += [
Expand Down
2 changes: 1 addition & 1 deletion xpcom/components/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace mozilla {
*/
struct Module
{
static const unsigned int kVersion = 55;
static const unsigned int kVersion = 56;

struct CIDEntry;

Expand Down

0 comments on commit 120e577

Please sign in to comment.