mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
This commit is contained in:
parent
53b8b53ac8
commit
1d08ac73a7
@ -1 +1 @@
|
|||||||
98.0a1
|
99.0a1
|
||||||
|
@ -1 +1 @@
|
|||||||
98.0a1
|
99.0a1
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
# hardcoded milestones in the tree from these two files.
|
# hardcoded milestones in the tree from these two files.
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
|
|
||||||
98.0a1
|
99.0a1
|
||||||
|
@ -7,7 +7,7 @@ var EXPORTED_SYMBOLS = [];
|
|||||||
for (let [key, val] of Object.entries({
|
for (let [key, val] of Object.entries({
|
||||||
// Don't manually modify this line, as it is automatically replaced on merge day
|
// Don't manually modify this line, as it is automatically replaced on merge day
|
||||||
// by the gecko_migration.py script.
|
// by the gecko_migration.py script.
|
||||||
WEAVE_VERSION: "1.100.0",
|
WEAVE_VERSION: "1.101.0",
|
||||||
|
|
||||||
// Sync Server API version that the client supports.
|
// Sync Server API version that the client supports.
|
||||||
SYNC_API_VERSION: "1.5",
|
SYNC_API_VERSION: "1.5",
|
||||||
|
@ -21,7 +21,7 @@ namespace mozilla {
|
|||||||
* via a module loader.
|
* via a module loader.
|
||||||
*/
|
*/
|
||||||
struct Module {
|
struct Module {
|
||||||
static const unsigned int kVersion = 98;
|
static const unsigned int kVersion = 99;
|
||||||
|
|
||||||
struct CIDEntry;
|
struct CIDEntry;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user