author | Christian Legnitto <clegnitto@mozilla.com> |
Tue, 08 Nov 2011 09:12:57 -0800 | |
changeset 81992 | aba2ac9fe16abcf5f20034ab486ffdcc188ce58a |
parent 81991 | 9e4138c55b3d42acf33f27bf03bce977f780cd1a |
child 81993 | 8d2e372e931dca1dcc90722c739fa62f2111be0f |
push id | 114 |
push user | ffxbld |
push date | Fri, 09 Mar 2012 01:01:18 +0000 |
treeherder | mozilla-release@c081ebf13261 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 700688 |
milestone | 11.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. #-------------------------------------------------------- -10.0a1 +11.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. #-------------------------------------------------------- -10.0a1 +11.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=10.0a1 +MOZ_APP_VERSION=11.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 = 10; + static const unsigned int kVersion = 11; struct CIDEntry; typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr) (const Module& module, const CIDEntry& entry); typedef nsresult (*ConstructorProcPtr)(nsISupports* aOuter, const nsIID& aIID,