Numerals for Camino 1.1b

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@220816 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com
2007-02-23 16:01:12 +00:00
parent a20e61988d
commit 2d8d2b9705
6 changed files with 11 additions and 11 deletions

View File

@@ -95,7 +95,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 1.1a2+, © 1998-2007 Contributors</string>
<string>Camino 1.1b, © 1998-2007 Contributors</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@@ -107,7 +107,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1a2+</string>
<string>1.1b</string>
<key>CFBundleSignature</key>
<string>MOZC</string>
<key>CFBundleURLTypes</key>
@@ -158,7 +158,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.1a2+</string>
<string>1.1b</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
<key>NSAppleScriptEnabled</key>

View File

@@ -95,7 +95,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 1.1a2+, © 1998-2007 Contributors</string>
<string>Camino 1.1b, © 1998-2007 Contributors</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@@ -107,7 +107,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1a2+</string>
<string>1.1b</string>
<key>CFBundleSignature</key>
<string>MOZC</string>
<key>CFBundleURLTypes</key>
@@ -158,7 +158,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.1a2+</string>
<string>1.1b</string>
<key>LSMinimumSystemVersion</key>
<string>10.3</string>
<key>NSAppleScriptEnabled</key>

View File

@@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
CAMINO_VERSION=1.1a2
CAMINO_VERSION=1.1b
_RELNOTE_VERSION:=$(subst .,-,$(CAMINO_VERSION))
# The packager runs in the dist directory, paths must be relative to there.

View File

@@ -52,13 +52,13 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0x10 // revision & fix in BCD
#define VERSION_KIND alpha // alpha, beta, or final
#define VERSION_MICRO 2 // internal stage: alpha or beta number
#define VERSION_KIND beta // 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 "1.1a2+"
#define VERSION_STRING "1.1b"
#define COPYRIGHT_STRING "© 1998-2007 Contributors"
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING

View File

@@ -64,7 +64,7 @@ pref("chimera.log_js_to_console", false);
// Identify Camino in the UA string
pref("general.useragent.vendor", "Camino");
pref("general.useragent.vendorSub", "1.1a2+");
pref("general.useragent.vendorSub", "1.1b");
pref("browser.chrome.favicons", true);
pref("browser.urlbar.autocomplete.enabled", true);