diff options
Diffstat (limited to 'Mac/OSX')
-rwxr-xr-x | Mac/OSX/Dist/build | 4 | ||||
-rw-r--r-- | Mac/OSX/Dist/resources/Welcome.txt | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index b839ab6..5ceddeb 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -5,9 +5,9 @@ # TODO: Parameterize the versions, builddirs, etc... # Script configs -PYVERSION=2.3b1 +PYVERSION=2.3b2 PYVER=2.3 -BUILDNUM=1 +BUILDNUM=2 DOCLEANUP=no PROGDIR="`dirname \"$0\"`" diff --git a/Mac/OSX/Dist/resources/Welcome.txt b/Mac/OSX/Dist/resources/Welcome.txt index c855835..c977e91 100644 --- a/Mac/OSX/Dist/resources/Welcome.txt +++ b/Mac/OSX/Dist/resources/Welcome.txt @@ -1,4 +1,5 @@ -This program will install MacPython 2.3b1+ for Mac OS X. +This program will install MacPython 2.3b2 for Mac OS X 10.2. Installation +on 10.0, 10.1 or the 10.3 seed is explicitly discouraged. MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users (an |