diff --git a/mozilla/camino/Info-Camino.plist b/mozilla/camino/Info-Camino.plist index 9aa155f7942..fe738bdfbd8 100644 --- a/mozilla/camino/Info-Camino.plist +++ b/mozilla/camino/Info-Camino.plist @@ -95,7 +95,7 @@ CFBundleExecutable Camino CFBundleGetInfoString - Camino 1.1a2+, © 1998-2007 Contributors + Camino 1.1b, © 1998-2007 Contributors CFBundleIconFile appicon.icns CFBundleIdentifier @@ -107,7 +107,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1a2+ + 1.1b CFBundleSignature MOZC CFBundleURLTypes @@ -158,7 +158,7 @@ CFBundleVersion - 1.1a2+ + 1.1b LSMinimumSystemVersion 10.3 NSAppleScriptEnabled diff --git a/mozilla/camino/Info-CaminoStatic.plist b/mozilla/camino/Info-CaminoStatic.plist index 9aa155f7942..fe738bdfbd8 100644 --- a/mozilla/camino/Info-CaminoStatic.plist +++ b/mozilla/camino/Info-CaminoStatic.plist @@ -95,7 +95,7 @@ CFBundleExecutable Camino CFBundleGetInfoString - Camino 1.1a2+, © 1998-2007 Contributors + Camino 1.1b, © 1998-2007 Contributors CFBundleIconFile appicon.icns CFBundleIdentifier @@ -107,7 +107,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1a2+ + 1.1b CFBundleSignature MOZC CFBundleURLTypes @@ -158,7 +158,7 @@ CFBundleVersion - 1.1a2+ + 1.1b LSMinimumSystemVersion 10.3 NSAppleScriptEnabled diff --git a/mozilla/camino/installer/Makefile.in b/mozilla/camino/installer/Makefile.in index bc35fb7e0e4..28edcb9a351 100644 --- a/mozilla/camino/installer/Makefile.in +++ b/mozilla/camino/installer/Makefile.in @@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk -CAMINO_VERSION=1.1a2 +CAMINO_VERSION=1.1b _RELNOTE_VERSION:=$(subst .,-,$(CAMINO_VERSION)) # The packager runs in the dist directory, paths must be relative to there. diff --git a/mozilla/camino/resources/application/ChimeraVersion.r b/mozilla/camino/resources/application/ChimeraVersion.r index 2f25423ea61..0f7ca4d5aff 100644 --- a/mozilla/camino/resources/application/ChimeraVersion.r +++ b/mozilla/camino/resources/application/ChimeraVersion.r @@ -52,13 +52,13 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0x10 // revision & fix in BCD -#define VERSION_KIND alpha // alpha, beta, or final -#define VERSION_MICRO 2 // internal stage: alpha or beta number +#define VERSION_KIND beta // alpha, beta, or final +#define VERSION_MICRO 1 // internal stage: alpha or beta number // Version Strings (Finder's Get Info dialog box) // -#define VERSION_STRING "1.1a2+" +#define VERSION_STRING "1.1b" #define COPYRIGHT_STRING "© 1998-2007 Contributors" #define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING diff --git a/mozilla/camino/resources/application/all-camino.js b/mozilla/camino/resources/application/all-camino.js index 147374b1a29..62228ac79f0 100644 --- a/mozilla/camino/resources/application/all-camino.js +++ b/mozilla/camino/resources/application/all-camino.js @@ -64,7 +64,7 @@ pref("chimera.log_js_to_console", false); // Identify Camino in the UA string pref("general.useragent.vendor", "Camino"); -pref("general.useragent.vendorSub", "1.1a2+"); +pref("general.useragent.vendorSub", "1.1b"); pref("browser.chrome.favicons", true); pref("browser.urlbar.autocomplete.enabled", true); diff --git a/mozilla/camino/resources/localized/English.lproj/InfoPlist.strings b/mozilla/camino/resources/localized/English.lproj/InfoPlist.strings index 1c65911bb04..a3e99d09c13 100644 Binary files a/mozilla/camino/resources/localized/English.lproj/InfoPlist.strings and b/mozilla/camino/resources/localized/English.lproj/InfoPlist.strings differ