diff --git a/camino/Info-Camino.plist b/camino/Info-Camino.plist
index 465f7cce8155..744e07234175 100644
--- a/camino/Info-Camino.plist
+++ b/camino/Info-Camino.plist
@@ -88,7 +88,7 @@
CFBundleExecutable
Camino
CFBundleGetInfoString
- Camino 0.8+, © 1998-2005 Contributors
+ Camino 0.9a1, © 1998-2005 Contributors
CFBundleIconFile
appicon.icns
CFBundleIdentifier
@@ -100,7 +100,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.8+
+ 0.9a1
CFBundleSignature
CHIM
CFBundleURLTypes
@@ -151,7 +151,7 @@
CFBundleVersion
- 0.8+
+ 0.9a1
NSAppleScriptEnabled
NSMainNibFile
diff --git a/camino/Info-CaminoStatic.plist b/camino/Info-CaminoStatic.plist
index 465f7cce8155..744e07234175 100644
--- a/camino/Info-CaminoStatic.plist
+++ b/camino/Info-CaminoStatic.plist
@@ -88,7 +88,7 @@
CFBundleExecutable
Camino
CFBundleGetInfoString
- Camino 0.8+, © 1998-2005 Contributors
+ Camino 0.9a1, © 1998-2005 Contributors
CFBundleIconFile
appicon.icns
CFBundleIdentifier
@@ -100,7 +100,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.8+
+ 0.9a1
CFBundleSignature
CHIM
CFBundleURLTypes
@@ -151,7 +151,7 @@
CFBundleVersion
- 0.8+
+ 0.9a1
NSAppleScriptEnabled
NSMainNibFile
diff --git a/camino/resources/application/ChimeraVersion.r b/camino/resources/application/ChimeraVersion.r
index 27fff6380888..e2cf425055a2 100644
--- a/camino/resources/application/ChimeraVersion.r
+++ b/camino/resources/application/ChimeraVersion.r
@@ -51,14 +51,14 @@
// Version Numbers //
#define VERSION_MAJOR 0
-#define VERSION_MINOR 0x60 // revision & fix in BCD
-#define VERSION_KIND beta // alpha, beta, or final
-#define VERSION_MICRO 0 // internal stage: alpha or beta number
+#define VERSION_MINOR 0x90 // 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.8+"
+#define VERSION_STRING "0.9a1"
#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 c878e979a6c1..d401a010fe0a 100644
--- a/camino/resources/application/WebsiteDefaults.strings
+++ b/camino/resources/application/WebsiteDefaults.strings
@@ -8,5 +8,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.8.html";
+ReleaseNotesDefault="http://www.mozilla.org/products/camino/releases/0.9a1.html";
diff --git a/camino/resources/localized/English.lproj/InfoPlist.strings b/camino/resources/localized/English.lproj/InfoPlist.strings
index 567a7b6a0dcc..91caf1fd9daf 100644
Binary files a/camino/resources/localized/English.lproj/InfoPlist.strings and b/camino/resources/localized/English.lproj/InfoPlist.strings differ