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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61bd976f6dedd912dd5b6993b342cf0b5d97833;p=python correct version --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index ac935f16ce..857b5e5169 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