From: Benjamin Peterson Date: Mon, 18 Aug 2008 01:27:05 +0000 (+0000) Subject: correct version X-Git-Tag: v2.6b3~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8692c79ba988487b32d3517a1ce78ed761eb47e8;p=thirdparty%2FPython%2Fcpython.git correct version --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index ac935f16ce0f..ddbdd929e2ac 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