Bump mozilla-central version numbers for the next release on a CLOSED TREE.

This commit is contained in:
Benjamin Smedberg 2011-05-24 13:51:50 -04:00
parent 864a9ab42c
commit e2e379caba
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
6.0a1
7.0a1

View File

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

View File

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

View File

@ -38,7 +38,7 @@
MOZ_APP_NAME=fennec
MOZ_APP_UA_NAME=Fennec
MOZ_APP_VERSION=6.0a1
MOZ_APP_VERSION=7.0a1
MOZ_BRANDING_DIRECTORY=mobile/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/branding/official

View File

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