summaryrefslogtreecommitdiff
path: root/Demo
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-06-15 11:46:27 +0000
committerMichael W. Hudson <mwh@python.net>2005-06-15 11:46:27 +0000
commit1629f31b9ffc772e6fca6306159555e97a3019f6 (patch)
tree61b5a9e5e5063685e7b1f9e40fdb011a7812536f /Demo
parent22a78f004769e37910e13513f2a833228d5cdc99 (diff)
downloadcpython-1629f31b9ffc772e6fca6306159555e97a3019f6.tar.gz
Update version.
I wonder if there's a way to fix this Makefile to be slightly less totally unreliable.
Diffstat (limited to 'Demo')
-rw-r--r--Demo/embed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index c8d538b608..ac935f16ce 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