diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-17 06:28:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-17 06:28:08 (GMT) |
commit | e012e35460e6c33b7c3a042de83c451dba98e430 (patch) | |
tree | bd887cc98938e0ef0e5c9b3f863c7189e3eae06d /Demo | |
parent | 1ec040feb378683fb7d088ec4b59c1c616412668 (diff) | |
download | cpython-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')
-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 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 |