]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
change version to 2.6
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Oct 2008 19:26:56 +0000 (19:26 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Oct 2008 19:26:56 +0000 (19:26 +0000)
Mac/BuildScript/scripts/postflight.patch-profile

index 5e82f331cfa32a83015a8216f1f3e71cfdc489bc..4aba4b92839e4cc67bdf913e59ce411f6eb4b886 100755 (executable)
@@ -5,7 +5,7 @@ echo "of python is not early enough of the PATH of your shell."
 echo "These changes will be effective only in shell windows that you open"
 echo "after running this script."
 
-PYVER=2.5
+PYVER=2.6
 PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/Current"
 
 if [ `id -ur` = 0 ]; then