mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
rebranding trunk as 1.0+
This commit is contained in:
parent
980b0f59db
commit
e36e1d053e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
|
||||
|
@ -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);
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user