diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-12-27 15:53:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-12-27 15:53:20 (GMT) |
commit | de2ecb84660331dd5c455e093bde597f7e8c58de (patch) | |
tree | 197751f8481872e6de22759ec9ed12466c7338ad /Mac/scripts | |
parent | c77f6dfd923e469cd645a0f825509cf0e9c490a0 (diff) | |
download | cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.zip cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.gz cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.bz2 |
Updated version numbers.
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/BuildApplet.plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/scripts/BuildApplet.plist b/Mac/scripts/BuildApplet.plist index ec62881..0f142c9 100644 --- a/Mac/scripts/BuildApplet.plist +++ b/Mac/scripts/BuildApplet.plist @@ -26,7 +26,7 @@ <key>CFBundleExecutable</key> <string>BuildApplet</string> <key>CFBundleGetInfoString</key> - <string>2.4alpha1, (c) 2004 Python Software Foundation.</string> + <string>2.5alpha0, (c) 2004 Python Software Foundation.</string> <key>CFBundleIconFile</key> <string>BuildApplet.icns</string> <key>CFBundleIdentifier</key> @@ -34,17 +34,17 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>2.4alpha1, (c) 2004 Python Software Foundation.</string> + <string>2.5alpha0, (c) 2004 Python Software Foundation.</string> <key>CFBundleName</key> <string>PythonIDE</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.4alpha1</string> + <string>2.5alpha0</string> <key>CFBundleSignature</key> <string>Pide</string> <key>CFBundleVersion</key> - <string>2.4alpha1</string> + <string>2.5alpha0</string> <key>CSResourcesFileMapped</key> <true/> <key>LSRequiresCarbon</key> |