diff --git a/camino/Chimera.pbproj/project.pbxproj b/camino/Chimera.pbproj/project.pbxproj index 46975704de56..6a9cc84b78a0 100644 --- a/camino/Chimera.pbproj/project.pbxproj +++ b/camino/Chimera.pbproj/project.pbxproj @@ -401,7 +401,7 @@ CFBundleExecutable Camino CFBundleGetInfoString - Camino 0.6.0, © 2002 The Mozilla Organization + Camino 0.7.0, © 2003 The Mozilla Organization CFBundleIconFile appicon.icns CFBundleIdentifier @@ -413,7 +413,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.7.0 CFBundleSignature CHIM CFBundleURLTypes @@ -464,7 +464,7 @@ CFBundleVersion - 0.6.0 + 0.7.0 NSAppleScriptEnabled NSMainNibFile @@ -7320,7 +7320,7 @@ CFBundleExecutable Camino CFBundleGetInfoString - Camino 0.6.0, © 2002 The Mozilla Organization + Camino 0.7.0, © 2003 The Mozilla Organization CFBundleIconFile appicon.icns CFBundleIdentifier @@ -7332,7 +7332,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.7.0 CFBundleSignature CHIM CFBundleURLTypes @@ -7383,7 +7383,7 @@ CFBundleVersion - 0.6.0 + 0.7.0 NSAppleScriptEnabled NSMainNibFile diff --git a/camino/resources/application/ChimeraVersion.r b/camino/resources/application/ChimeraVersion.r index acf643134aab..99be56602832 100644 --- a/camino/resources/application/ChimeraVersion.r +++ b/camino/resources/application/ChimeraVersion.r @@ -58,9 +58,9 @@ // Version Strings (Finder's Get Info dialog box) // -#define VERSION_STRING "0.6+" +#define VERSION_STRING "0.7+" -#define COPYRIGHT_STRING "© 1998-2002 The Mozilla Organization" +#define COPYRIGHT_STRING "© 1998-2003 The Mozilla Organization" #define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING #define PACKAGE_NAME "Camino " VERSION_STRING diff --git a/camino/resources/application/Credits.rtf b/camino/resources/application/Credits.rtf index 0286122d5b41..89d7195ca8eb 100644 --- a/camino/resources/application/Credits.rtf +++ b/camino/resources/application/Credits.rtf @@ -18,7 +18,7 @@ \ \ -\f2\i0 Camino version 0.6\ +\f2\i0 Camino version 0.7\ http://www.mozilla.org/projects/camino/\ \fs48 \ diff --git a/camino/resources/application/all-chimera.js b/camino/resources/application/all-chimera.js index b11ab50aa12a..b1ecec5f02ed 100644 --- a/camino/resources/application/all-chimera.js +++ b/camino/resources/application/all-chimera.js @@ -63,7 +63,7 @@ pref("chimera.log_js_to_console", true); // Identify Chimera in the UA string pref("general.useragent.vendor", "Chimera"); -pref("general.useragent.vendorSub", "0.6+"); +pref("general.useragent.vendorSub", "0.7+"); pref("network.dir.generate_html", 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 a030cab657f9..01cebfc3b30f 100644 Binary files a/camino/resources/localized/English.lproj/InfoPlist.strings and b/camino/resources/localized/English.lproj/InfoPlist.strings differ