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/OSXResources | |
parent | c77f6dfd923e469cd645a0f825509cf0e9c490a0 (diff) | |
download | cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.zip cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.gz cpython-de2ecb84660331dd5c455e093bde597f7e8c58de.tar.bz2 |
Updated version numbers.
Diffstat (limited to 'Mac/OSXResources')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 8 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings | bin | 656 -> 656 bytes | |||
-rw-r--r-- | Mac/OSXResources/framework/English.lproj/InfoPlist.strings | bin | 358 -> 358 bytes | |||
-rw-r--r-- | Mac/OSXResources/framework/version.plist | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index d6b7bed..387bbed 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -20,7 +20,7 @@ <key>CFBundleExecutable</key> <string>Python</string> <key>CFBundleGetInfoString</key> - <string>2.4alpha1, (c) 2004 Python Software Foundation.</string> + <string>2.5alpha0, (c) 2004 Python Software Foundation.</string> <key>CFBundleHelpBookFolder</key> <array> <string>Documentation</string> @@ -37,17 +37,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>Python</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.4alpha1</string> + <string>2.5alpha0</string> <key>CFBundleSignature</key> <string>PytX</string> <key>CFBundleVersion</key> - <string>2.4alpha1</string> + <string>2.5alpha0</string> <key>CSResourcesFileMapped</key> <true/> <key>LSRequiresCarbon</key> diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings Binary files differindex 51193fd..f8a8bc1 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings +++ b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings diff --git a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings Binary files differindex 954066a..cc24bfc 100644 --- a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings +++ b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist index 4c28ffa..7527442 100644 --- a/Mac/OSXResources/framework/version.plist +++ b/Mac/OSXResources/framework/version.plist @@ -5,9 +5,9 @@ <key>BuildVersion</key> <string>1</string> <key>CFBundleShortVersionString</key> - <string>2.4alpha1</string> + <string>2.5alpha0</string> <key>CFBundleVersion</key> - <string>2.4alpha1</string> + <string>2.5alpha0</string> <key>ProjectName</key> <string>Python</string> <key>ReleaseStatus</key> |