From: Benjamin Peterson Date: Mon, 18 Aug 2008 01:27:32 +0000 (+0000) Subject: correct version X-Git-Tag: v3.0b3~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b61bd976f6dedd912dd5b6993b342cf0b5d97833;p=thirdparty%2FPython%2Fcpython.git correct version --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index ac935f16ce0f..857b5e516902 100644 --- a/Demo/embed/Makefile +++ b/Demo/embed/Makefile @@ -10,7 +10,7 @@ blddir= ../.. srcdir= ../.. # Python version -VERSION= 2.5 +VERSION= 3.0 # Compiler flags OPT= -g