summaryrefslogtreecommitdiffstats
path: root/Demo/embed
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-17 06:28:08 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-17 06:28:08 (GMT)
commite012e35460e6c33b7c3a042de83c451dba98e430 (patch)
treebd887cc98938e0ef0e5c9b3f863c7189e3eae06d /Demo/embed
parent1ec040feb378683fb7d088ec4b59c1c616412668 (diff)
downloadcpython-e012e35460e6c33b7c3a042de83c451dba98e430.zip
cpython-e012e35460e6c33b7c3a042de83c451dba98e430.tar.gz
cpython-e012e35460e6c33b7c3a042de83c451dba98e430.tar.bz2
Bump the version number; used to identify the Python runtime we link to.
Diffstat (limited to 'Demo/embed')
-rw-r--r--Demo/embed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index bdb381e..4269946 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -10,7 +10,7 @@ blddir= ../..
srcdir= ../..
# Python version
-VERSION= 2.1
+VERSION= 2.2
# Compiler flags
OPT= -g