Version 1.0rc1

git-svn-id: svn://10.0.0.236/branches/CAMINO_1_0_BRANCH@188834 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com
2006-02-03 05:33:54 +00:00
parent 9f4448f073
commit 7e02f21311
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 1.0b2+, © 1998-2006 Contributors</string>
<string>Camino 1.0rc1, © 1998-2006 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>1.0b2+</string>
<string>1.0rc1</string>
<key>CFBundleSignature</key>
<string>MOZC</string>
<key>CFBundleURLTypes</key>
@@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.0b2+</string>
<string>1.0rc1</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 1.0b2+, © 1998-2006 Contributors</string>
<string>Camino 1.0rc1, © 1998-2006 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>1.0b2+</string>
<string>1.0rc1</string>
<key>CFBundleSignature</key>
<string>MOZC</string>
<key>CFBundleURLTypes</key>
@@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.0b2+</string>
<string>1.0rc1</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

View File

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

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/1.0b2.html";
ReleaseNotesDefault="http://www.mozilla.org/products/camino/releases/1.0rc1.html";

View File

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