diff options
author | Michael W. Hudson <mwh@python.net> | 2005-06-15 11:46:27 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2005-06-15 11:46:27 (GMT) |
commit | 0e21be71da1fcbc3701044c26ecc989712393e79 (patch) | |
tree | c1404dbe78d07662ea8171b77c86fcc1ea8e6637 /Demo/embed/Makefile | |
parent | 744ff388ff60c4b3e8fb072eaf2265e9eca315b7 (diff) | |
download | cpython-0e21be71da1fcbc3701044c26ecc989712393e79.zip cpython-0e21be71da1fcbc3701044c26ecc989712393e79.tar.gz cpython-0e21be71da1fcbc3701044c26ecc989712393e79.tar.bz2 |
Update version.
I wonder if there's a way to fix this Makefile to be slightly less
totally unreliable.
Diffstat (limited to 'Demo/embed/Makefile')
-rw-r--r-- | Demo/embed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index c8d538b..ac935f1 100644 --- a/Demo/embed/Makefile +++ b/Demo/embed/Makefile @@ -10,7 +10,7 @@ blddir= ../.. srcdir= ../.. # Python version -VERSION= 2.3 +VERSION= 2.5 # Compiler flags OPT= -g |