author | Benjamin Smedberg <benjamin@smedbergs.us> |
Tue, 24 May 2011 13:51:50 -0400 | |
changeset 70819 | 0fad9fa9fa3f79e60e815d3cdd9872b5860bcc85 |
parent 70818 | f682047513f4ebf9455b1771be0d91ecb6577d1d |
child 70820 | a02258e48c4dc8c75e8aaf1456fdb6f4b990008c |
push id | 45 |
push user | ffxbld |
push date | Thu, 22 Sep 2011 17:29:26 +0000 |
treeherder | mozilla-release@b3273da80b44 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 7.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/config/milestone.txt +++ b/config/milestone.txt @@ -5,9 +5,9 @@ # x.x.x.x # x.x.x+ # # Referenced by milestone.pl. # Hopefully I'll be able to automate replacement of *all* # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -6.0a1 +7.0a1
--- a/js/src/config/milestone.txt +++ b/js/src/config/milestone.txt @@ -5,9 +5,9 @@ # x.x.x.x # x.x.x+ # # Referenced by milestone.pl. # Hopefully I'll be able to automate replacement of *all* # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -6.0a1 +7.0a1
--- a/mobile/confvars.sh +++ b/mobile/confvars.sh @@ -33,17 +33,17 @@ # the provisions above, a recipient may use your version of this file under # the terms of any one of the MPL, the GPL or the LGPL. # # ***** END LICENSE BLOCK ***** 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 # MOZ_APP_DISPLAYNAME is set by branding/configure.sh MOZ_SAFE_BROWSING= MOZ_SERVICES_SYNC=1
--- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -48,17 +48,17 @@ namespace mozilla { /** * A module implements one or more XPCOM components. This structure is used * for both binary and script modules, but the registration members * (cids/contractids/categoryentries) are unused for modules which are loaded * via a module loader. */ struct Module { - static const unsigned int kVersion = 6; + static const unsigned int kVersion = 7; struct CIDEntry; typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr) (const Module& module, const CIDEntry& entry); typedef nsresult (*ConstructorProcPtr)(nsISupports* aOuter, const nsIID& aIID,