diff --git a/mozilla/camino/Info-Camino.plist b/mozilla/camino/Info-Camino.plist index 1237419c89f..90e5674c46a 100644 --- a/mozilla/camino/Info-Camino.plist +++ b/mozilla/camino/Info-Camino.plist @@ -88,7 +88,7 @@ CFBundleExecutable Camino CFBundleGetInfoString - Camino 1.0b2+, © 1998-2006 Contributors + Camino 1.0rc1, © 1998-2006 Contributors CFBundleIconFile appicon.icns CFBundleIdentifier @@ -100,7 +100,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0b2+ + 1.0rc1 CFBundleSignature MOZC CFBundleURLTypes @@ -151,7 +151,7 @@ CFBundleVersion - 1.0b2+ + 1.0rc1 NSAppleScriptEnabled NSMainNibFile diff --git a/mozilla/camino/Info-CaminoStatic.plist b/mozilla/camino/Info-CaminoStatic.plist index 1237419c89f..90e5674c46a 100644 --- a/mozilla/camino/Info-CaminoStatic.plist +++ b/mozilla/camino/Info-CaminoStatic.plist @@ -88,7 +88,7 @@ CFBundleExecutable Camino CFBundleGetInfoString - Camino 1.0b2+, © 1998-2006 Contributors + Camino 1.0rc1, © 1998-2006 Contributors CFBundleIconFile appicon.icns CFBundleIdentifier @@ -100,7 +100,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0b2+ + 1.0rc1 CFBundleSignature MOZC CFBundleURLTypes @@ -151,7 +151,7 @@ CFBundleVersion - 1.0b2+ + 1.0rc1 NSAppleScriptEnabled NSMainNibFile diff --git a/mozilla/camino/resources/application/ChimeraVersion.r b/mozilla/camino/resources/application/ChimeraVersion.r index 8ab126eb765..7b79c27b087 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 0x00 // revision & fix in BCD -#define VERSION_KIND beta // alpha, beta, or final -#define VERSION_MICRO 2 // internal stage: alpha or beta number +#define VERSION_KIND final // alpha, beta, or final +#define VERSION_MICRO 0 // internal stage: alpha or beta number // Version Strings (Finder's Get Info dialog box) // -#define VERSION_STRING "1.0b2+" +#define VERSION_STRING "1.0rc1" #define COPYRIGHT_STRING "© 1998-2006 Contributors" #define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING diff --git a/mozilla/camino/resources/application/WebsiteDefaults.strings b/mozilla/camino/resources/application/WebsiteDefaults.strings index a3dfe8ab3d9..993bdbcc3fc 100644 --- a/mozilla/camino/resources/application/WebsiteDefaults.strings +++ b/mozilla/camino/resources/application/WebsiteDefaults.strings @@ -9,5 +9,5 @@ RendezvousPageDefault="http://www.zeroconf.org/webbrowsers.html"; SearchCustomPageDefault="http://www.mozilla.org/products/camino/features/searchCustomization.html"; TipsTricksPageDefault="http://www.mozilla.org/products/camino/features/tipsTricks.html"; -ReleaseNotesDefault="http://www.mozilla.org/products/camino/releases/1.0b2.html"; +ReleaseNotesDefault="http://www.mozilla.org/products/camino/releases/1.0rc1.html"; diff --git a/mozilla/camino/resources/application/all-camino.js b/mozilla/camino/resources/application/all-camino.js index 03e4642ec49..1169ac7f8eb 100644 --- a/mozilla/camino/resources/application/all-camino.js +++ b/mozilla/camino/resources/application/all-camino.js @@ -62,7 +62,7 @@ pref("chimera.log_js_to_console", false); // Identify Camino in the UA string pref("general.useragent.vendor", "Camino"); -pref("general.useragent.vendorSub", "1.0b2+"); +pref("general.useragent.vendorSub", "1.0rc1"); 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 6ce7636fd6b..3aee5185682 100644 Binary files a/mozilla/camino/resources/localized/English.lproj/InfoPlist.strings and b/mozilla/camino/resources/localized/English.lproj/InfoPlist.strings differ