diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 13:33:19 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-19 13:33:19 (GMT) |
commit | 47e8f16b1eb09360b625e85dc76fcc744cf051e2 (patch) | |
tree | 425e24b5df5c55e3c2a9ebdaad9156156c760395 /Mac | |
parent | 924f6164215f59e04fa8aa62ed62ce8a50991267 (diff) | |
download | cpython-47e8f16b1eb09360b625e85dc76fcc744cf051e2.zip cpython-47e8f16b1eb09360b625e85dc76fcc744cf051e2.tar.gz cpython-47e8f16b1eb09360b625e85dc76fcc744cf051e2.tar.bz2 |
Upped version
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSX/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index 4908ee3..88fbcaf 100644 --- a/Mac/OSX/Makefile +++ b/Mac/OSX/Makefile @@ -2,7 +2,7 @@ # main Makefile. The next couple of variables are overridden on the # commandline in that case. -VERSION=2.3 +VERSION=2.4 builddir = ../.. srcdir = ../.. prefix=/Library/Frameworks/Python.framework/Versions/$(VERSION) |