diff --git a/camino/Info-Camino.plist b/camino/Info-Camino.plist
index 2668dc845cad..375092e5b3e2 100644
--- a/camino/Info-Camino.plist
+++ b/camino/Info-Camino.plist
@@ -88,7 +88,7 @@
CFBundleExecutable
Camino
CFBundleGetInfoString
- Camino 0.9a2+, © 1998-2005 Contributors
+ Camino 1.0+, © 1998-2005 Contributors
CFBundleIconFile
appicon.icns
CFBundleIdentifier
@@ -100,7 +100,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.9a2+
+ 1.0+
CFBundleSignature
CHIM
CFBundleURLTypes
@@ -151,7 +151,7 @@
CFBundleVersion
- 0.9a2+
+ 1.0+
NSAppleScriptEnabled
NSMainNibFile
diff --git a/camino/Info-CaminoStatic.plist b/camino/Info-CaminoStatic.plist
index 2668dc845cad..375092e5b3e2 100644
--- a/camino/Info-CaminoStatic.plist
+++ b/camino/Info-CaminoStatic.plist
@@ -88,7 +88,7 @@
CFBundleExecutable
Camino
CFBundleGetInfoString
- Camino 0.9a2+, © 1998-2005 Contributors
+ Camino 1.0+, © 1998-2005 Contributors
CFBundleIconFile
appicon.icns
CFBundleIdentifier
@@ -100,7 +100,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.9a2+
+ 1.0+
CFBundleSignature
CHIM
CFBundleURLTypes
@@ -151,7 +151,7 @@
CFBundleVersion
- 0.9a2+
+ 1.0+
NSAppleScriptEnabled
NSMainNibFile
diff --git a/camino/resources/application/ChimeraVersion.r b/camino/resources/application/ChimeraVersion.r
index 9f36258519ec..a9af931076e5 100644
--- a/camino/resources/application/ChimeraVersion.r
+++ b/camino/resources/application/ChimeraVersion.r
@@ -50,15 +50,15 @@
// Version Numbers //
-#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x90 // revision & fix in BCD
+#define VERSION_MAJOR 1
+#define VERSION_MINOR 0x00 // revision & fix in BCD
#define VERSION_KIND alpha // 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 "0.9a1+"
+#define VERSION_STRING "1.0+"
#define COPYRIGHT_STRING "© 1998-2005 Contributors"
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING
diff --git a/camino/resources/application/WebsiteDefaults.strings b/camino/resources/application/WebsiteDefaults.strings
index 53bcc373ef98..f2bee0e1018f 100644
--- a/camino/resources/application/WebsiteDefaults.strings
+++ b/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/0.9a2.html";
+ReleaseNotesDefault="http://www.mozilla.org/products/camino/releases/1.0.html";
diff --git a/camino/resources/application/all-camino.js b/camino/resources/application/all-camino.js
index 127ec1de52c3..5be9a9918f3c 100644
--- a/camino/resources/application/all-camino.js
+++ b/camino/resources/application/all-camino.js
@@ -71,7 +71,7 @@ pref("chimera.log_js_to_console", false);
// Identify Camino in the UA string
pref("general.useragent.vendor", "Camino");
-pref("general.useragent.vendorSub", "0.9a2+");
+pref("general.useragent.vendorSub", "1.0+");
pref("browser.chrome.site_icons", true);
pref("browser.chrome.favicons", true);
diff --git a/camino/resources/localized/English.lproj/InfoPlist.strings b/camino/resources/localized/English.lproj/InfoPlist.strings
index 570fd7e12e11..37a6bdeb604c 100644
Binary files a/camino/resources/localized/English.lproj/InfoPlist.strings and b/camino/resources/localized/English.lproj/InfoPlist.strings differ