From: Fred Drake Date: Sat, 17 Nov 2001 06:28:08 +0000 (+0000) Subject: Bump the version number; used to identify the Python runtime we link to. X-Git-Tag: v2.2.1c1~739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e012e35460e6c33b7c3a042de83c451dba98e430;p=thirdparty%2FPython%2Fcpython.git Bump the version number; used to identify the Python runtime we link to. --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index bdb381ed8735..4269946dcec0 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