Skip to content

Commit

Permalink
Merging in version bump NO BUG a=relman
Browse files Browse the repository at this point in the history
  • Loading branch information
lsblakk committed Apr 24, 2012
1 parent fa1ae62 commit 8b0dd2e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion b2g/confvars.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MOZ_APP_BASENAME=B2G
MOZ_APP_VENDOR=Mozilla

MOZ_APP_VERSION=14.0a1
MOZ_APP_VERSION=15.0a1
MOZ_APP_UA_NAME=Firefox

MOZ_BRANDING_DIRECTORY=b2g/branding/unofficial
Expand Down
2 changes: 1 addition & 1 deletion browser/config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0a1
15.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.
#--------------------------------------------------------

14.0a1
15.0a1
2 changes: 1 addition & 1 deletion js/src/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.
#--------------------------------------------------------

14.0a1
15.0a1
2 changes: 1 addition & 1 deletion mobile/android/confvars.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MOZ_APP_BASENAME=Fennec
MOZ_APP_VENDOR=Mozilla

MOZ_APP_VERSION=14.0a1
MOZ_APP_VERSION=15.0a1
MOZ_APP_UA_NAME=Firefox

MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial
Expand Down
2 changes: 1 addition & 1 deletion mobile/xul/confvars.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
MOZ_APP_BASENAME=Fennec
MOZ_APP_VENDOR=Mozilla

MOZ_APP_VERSION=14.0a1
MOZ_APP_VERSION=15.0a1

MOZ_BRANDING_DIRECTORY=mobile/xul/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/xul/branding/official
Expand Down
2 changes: 1 addition & 1 deletion xpcom/components/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace mozilla {
*/
struct Module
{
static const unsigned int kVersion = 14;
static const unsigned int kVersion = 15;

struct CIDEntry;

Expand Down

0 comments on commit 8b0dd2e

Please sign in to comment.