Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release

This commit is contained in:
ffxbld 2015-09-21 10:15:23 -04:00
parent cb6cf7f836
commit 0440b19179
7 changed files with 7 additions and 7 deletions

View File

@ -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 1201224 - stop unifying test package during mac universal builds needed a CLOBBER
Merge day clobber

View File

@ -5,7 +5,7 @@
MOZ_APP_BASENAME=B2G
MOZ_APP_VENDOR=Mozilla
MOZ_APP_VERSION=43.0a1
MOZ_APP_VERSION=44.0a1
MOZ_APP_UA_NAME=Firefox
MOZ_UA_OS_AGNOSTIC=1

View File

@ -1 +1 @@
43.0a1
44.0a1

View File

@ -1 +1 @@
43.0a1
44.0a1

View File

@ -10,4 +10,4 @@
# hardcoded milestones in the tree from these two files.
#--------------------------------------------------------
43.0a1
44.0a1

View File

@ -46,7 +46,7 @@ EXTRA_PP_JS_MODULES['services-sync'] += [
]
# Definitions used by constants.js
DEFINES['weave_version'] = '1.45.0'
DEFINES['weave_version'] = '1.46.0'
DEFINES['weave_id'] = '{340c2bbc-ce74-4362-90b5-7c26312808ef}'
EXTRA_JS_MODULES['services-sync'].engines += [

View File

@ -22,7 +22,7 @@ namespace mozilla {
*/
struct Module
{
static const unsigned int kVersion = 43;
static const unsigned int kVersion = 44;
struct CIDEntry;