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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e012e35460e6c33b7c3a042de83c451dba98e430;p=python Bump the version number; used to identify the Python runtime we link to. --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index bdb381ed87..4269946dce 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