update the version string on the mac

This commit is contained in:
scott%scott-macgregor.org 2003-09-05 17:41:53 +00:00
Родитель f22cdb2d69
Коммит 870ecdb589
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>thunderbird-bin</string>
<key>CFBundleGetInfoString</key>
<string>Thunderbird 0.2, © 2003 The Mozilla Organization</string>
<string>Thunderbird 0.3a, © 2003 The Mozilla Organization</string>
<key>CFBundleIconFile</key>
<string>mach</string>
<key>CFBundleIdentifier</key>
@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>0.3a</string>
<key>CFBundleSignature</key>
<string>MOZZ</string>
<key>CFBundleVersion</key>
<string>0.2</string>
<string>0.3a</string>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>