rebranding trunk as 1.0+

This commit is contained in:
pinkerton%aol.net 2005-08-31 18:11:25 +00:00
parent 980b0f59db
commit e36e1d053e
6 changed files with 11 additions and 11 deletions

View File

@ -88,7 +88,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.9a2+, © 1998-2005 Contributors</string>
<string>Camino 1.0+, © 1998-2005 Contributors</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -100,7 +100,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9a2+</string>
<string>1.0+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9a2+</string>
<string>1.0+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

View File

@ -88,7 +88,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.9a2+, © 1998-2005 Contributors</string>
<string>Camino 1.0+, © 1998-2005 Contributors</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -100,7 +100,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9a2+</string>
<string>1.0+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.9a2+</string>
<string>1.0+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

View File

@ -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

View File

@ -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";

View File

@ -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);