This commit is contained in:
pinkerton%aol.net 2005-05-29 15:48:18 +00:00
Родитель b3c85575cc
Коммит 767c2fb0f4
5 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -88,7 +88,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.8+, © 1998-2005 Contributors</string>
<string>Camino 0.9a1, © 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.8+</string>
<string>0.9a1</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8+</string>
<string>0.9a1</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

Просмотреть файл

@ -88,7 +88,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.8+, © 1998-2005 Contributors</string>
<string>Camino 0.9a1, © 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.8+</string>
<string>0.9a1</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -151,7 +151,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.8+</string>
<string>0.9a1</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

Просмотреть файл

@ -51,14 +51,14 @@
// Version Numbers //
#define VERSION_MAJOR 0
#define VERSION_MINOR 0x60 // revision & fix in BCD
#define VERSION_KIND beta // alpha, beta, or final
#define VERSION_MICRO 0 // internal stage: alpha or beta number
#define VERSION_MINOR 0x90 // 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.8+"
#define VERSION_STRING "0.9a1"
#define COPYRIGHT_STRING "© 1998-2005 Contributors"
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING

Просмотреть файл

@ -8,5 +8,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.8.html";
ReleaseNotesDefault="http://www.mozilla.org/products/camino/releases/0.9a1.html";

Двоичный файл не отображается.