From 75dd6e4798b322eafc2227ee5e6f7d6cebafea86 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 29 Sep 2003 15:11:32 +0000 Subject: Updated version numbers to 2.3.2. --- Mac/OSX/Dist/build | 2 +- Mac/OSX/Dist/resources/ReadMe.txt | 2 +- Mac/OSXResources/app/Info.plist | 8 ++++---- Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings | 6 +++--- Mac/OSXResources/framework/English.lproj/InfoPlist.strings | 4 ++-- Mac/OSXResources/framework/version.plist | 6 +++--- Mac/Tools/IDE/PythonIDE.plist | 8 ++++---- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index b5d0409..532f50a 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -5,7 +5,7 @@ # TODO: Parameterize the versions, builddirs, etc... # Script configs -PYVERSION=2.3 +PYVERSION=2.3.2 PYVER=2.3 BUILDNUM=1 DOCLEANUP=no diff --git a/Mac/OSX/Dist/resources/ReadMe.txt b/Mac/OSX/Dist/resources/ReadMe.txt index 4ab1959..a01725e 100644 --- a/Mac/OSX/Dist/resources/ReadMe.txt +++ b/Mac/OSX/Dist/resources/ReadMe.txt @@ -1,4 +1,4 @@ -This package will install MacPython 2.3 for Mac OS X +This package will install MacPython 2.3.2 for Mac OS X 10.2. Installation on the Panther preview may work, on 10.1 or earlier will not work. diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 0f74e12..d961976 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -21,13 +21,13 @@ Python CFBundleGetInfoString - 2.3, (c) 2003 Python Software Foundation. + 2.3.2, (c) 2003 Python Software Foundation. CFBundleLongVersionString - 2.3, (c) 2003 Python Software Foundation. + 2.3.2, (c) 2003 Python Software Foundation. NSHumanReadableCopyright Copyright 2003 Python Software Foundation. CFBundleShortVersionString - 2.3 + 2.3.2 CFBundleHelpBookFolder @@ -52,7 +52,7 @@ CFBundleSignature PytX CFBundleVersion - 2.3 + 2.3.2 LSRequiresCarbon CSResourcesFileMapped diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings index c1d1dfd..58aebdf 100644 --- a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings +++ b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings @@ -1,7 +1,7 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Python"; -CFBundleShortVersionString = "2.3"; -CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation."; -CFBundleLongVersionString = "2.3, (c) 2003 Python Software Foundation."; +CFBundleShortVersionString = "2.3.2"; +CFBundleGetInfoString = "2.3.2, (c) 2003 Python Software Foundation."; +CFBundleLongVersionString = "2.3.2, (c) 2003 Python Software Foundation."; NSHumanReadableCopyright = "Copyright 2003 Python Software Foundation."; diff --git a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings index 7f981a3..69c8716 100644 --- a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings +++ b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings @@ -1,5 +1,5 @@ /* Localized versions of Info.plist keys */ CFBundleName = "Python"; -CFBundleShortVersionString = "2.3"; -CFBundleGetInfoString = "2.3, (c) 2003 Python Software Foundation"; +CFBundleShortVersionString = "2.3.2"; +CFBundleGetInfoString = "2.3.2, (c) 2003 Python Software Foundation"; diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist index 21c314c..a5169f8 100644 --- a/Mac/OSXResources/framework/version.plist +++ b/Mac/OSXResources/framework/version.plist @@ -5,14 +5,14 @@ BuildVersion 1 CFBundleShortVersionString - 2.3 + 2.3.2 CFBundleVersion - 2.3 + 2.3.2 ProjectName Python ReleaseStatus final SourceVersion - 2.3 + 2.3.2 diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist index 8bebe37..5c33965 100644 --- a/Mac/Tools/IDE/PythonIDE.plist +++ b/Mac/Tools/IDE/PythonIDE.plist @@ -27,13 +27,13 @@ PythonIDE CFBundleGetInfoString - 2.3, (c) 2003 Python Software Foundation. + 2.3.2, (c) 2003 Python Software Foundation. CFBundleLongVersionString - 2.3, (c) 2003 Python Software Foundation. + 2.3.2, (c) 2003 Python Software Foundation. NSHumanReadableCopyright Copyright 2003 Python Software Foundation. CFBundleShortVersionString - 2.3 + 2.3.2 CFBundleIconFile PythonIDE.icns @@ -48,7 +48,7 @@ CFBundleSignature Pide CFBundleVersion - 2.3 + 2.3.2 LSRequiresCarbon CSResourcesFileMapped -- cgit v0.12