mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier).
This commit is contained in:
parent
ebf4493625
commit
66e9f2fab8
@ -401,7 +401,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Camino</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Camino 0.6.0, © 2002 The Mozilla Organization</string>
|
||||
<string>Camino 0.7.0, © 2003 The Mozilla Organization</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>appicon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -413,7 +413,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.0</string>
|
||||
<string>0.7.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>CHIM</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -464,7 +464,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6.0</string>
|
||||
<string>0.7.0</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
@ -7320,7 +7320,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Camino</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Camino 0.6.0, © 2002 The Mozilla Organization</string>
|
||||
<string>Camino 0.7.0, © 2003 The Mozilla Organization</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>appicon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -7332,7 +7332,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.0</string>
|
||||
<string>0.7.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>CHIM</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -7383,7 +7383,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6.0</string>
|
||||
<string>0.7.0</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
\
|
||||
\
|
||||
|
||||
\f2\i0 Camino version 0.6\
|
||||
\f2\i0 Camino version 0.7\
|
||||
http://www.mozilla.org/projects/camino/\
|
||||
|
||||
\fs48 \
|
||||
|
@ -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);
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user