change to 0.7+ and Mozilla Foundation

This commit is contained in:
pinkerton%netscape.com 2003-10-29 20:00:35 +00:00
Родитель 12f4652bc7
Коммит 61fbbae728
2 изменённых файлов: 10 добавлений и 7 удалений

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

@ -582,7 +582,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.7.0, © 2003 The Mozilla Organization</string>
<string>Camino 0.7+, © 2003 The Mozilla Foundation</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -594,7 +594,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.0</string>
<string>0.7+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -645,7 +645,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.7.0</string>
<string>0.7+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>
@ -1540,10 +1540,13 @@
};
3FB2BA910545EA80002B9691 = {
fileEncoding = 30;
indentWidth = 2;
isa = PBXFileReference;
name = BookmarkViewController.mm;
path = src/bookmarks/BookmarkViewController.mm;
refType = 2;
tabWidth = 2;
usesTabs = 0;
};
3FB2BA920545EA80002B9691 = {
fileEncoding = 30;
@ -8398,7 +8401,7 @@
<key>CFBundleExecutable</key>
<string>Camino</string>
<key>CFBundleGetInfoString</key>
<string>Camino 0.7.0, © 2003 The Mozilla Organization</string>
<string>Camino 0.7+, © 2003 The Mozilla Foundation</string>
<key>CFBundleIconFile</key>
<string>appicon.icns</string>
<key>CFBundleIdentifier</key>
@ -8410,7 +8413,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.0</string>
<string>0.7+</string>
<key>CFBundleSignature</key>
<string>CHIM</string>
<key>CFBundleURLTypes</key>
@ -8461,7 +8464,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.7.0</string>
<string>0.7+</string>
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSMainNibFile</key>

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

@ -60,7 +60,7 @@
#define VERSION_STRING "0.7+"
#define COPYRIGHT_STRING "© 1998-2003 The Mozilla Organization"
#define COPYRIGHT_STRING "© 1998-2003 The Mozilla Foundation"
#define GETINFO_VERSION VERSION_STRING ", " COPYRIGHT_STRING
#define PACKAGE_NAME "Camino " VERSION_STRING