summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-18 01:27:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-18 01:27:05 (GMT)
commit8692c79ba988487b32d3517a1ce78ed761eb47e8 (patch)
treea8d6c1adcad912ce0c76f3c518d6c4fb73912f95 /Demo
parent88f801d40944960f5bc7e0b8631674371a100f90 (diff)
downloadcpython-8692c79ba988487b32d3517a1ce78ed761eb47e8.zip
cpython-8692c79ba988487b32d3517a1ce78ed761eb47e8.tar.gz
cpython-8692c79ba988487b32d3517a1ce78ed761eb47e8.tar.bz2
correct version
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 ac935f1..ddbdd92 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -10,7 +10,7 @@ blddir= ../..
srcdir= ../..
# Python version
-VERSION= 2.5
+VERSION= 2.6
# Compiler flags
OPT= -g