зеркало из https://github.com/mozilla/pjs.git
bump version to 0.8+ on trunk
This commit is contained in:
Родитель
6e69800f02
Коммит
3e93996a80
|
@ -86,7 +86,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Camino</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Camino 0.7+, © 2003 The Mozilla Foundation</string>
|
||||
<string>Camino 0.8+, © 2003-2004 The Mozilla Foundation</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>appicon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7+</string>
|
||||
<string>0.8+</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>CHIM</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -149,7 +149,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7+</string>
|
||||
<string>0.8+</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Camino</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Camino 0.7+, © 2003 The Mozilla Foundation</string>
|
||||
<string>Camino 0.8+, © 2003-2004 The Mozilla Foundation</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>appicon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
@ -98,7 +98,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7+</string>
|
||||
<string>0.8+</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>CHIM</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -149,7 +149,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7+</string>
|
||||
<string>0.8+</string>
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
// Version Strings (Finder's Get Info dialog box) //
|
||||
|
||||
#define VERSION_STRING "0.7+"
|
||||
#define VERSION_STRING "0.8+"
|
||||
|
||||
#define COPYRIGHT_STRING "© 1998-2003 The Mozilla Foundation"
|
||||
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING
|
||||
|
|
|
@ -65,7 +65,7 @@ pref("chimera.log_js_to_console", true);
|
|||
|
||||
// Identify Camino in the UA string
|
||||
pref("general.useragent.vendor", "Camino");
|
||||
pref("general.useragent.vendorSub", "0.7+");
|
||||
pref("general.useragent.vendorSub", "0.8+");
|
||||
|
||||
pref("browser.chrome.site_icons", true);
|
||||
pref("browser.chrome.favicons", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче