From: Michael W. Hudson Date: Wed, 15 Jun 2005 11:46:27 +0000 (+0000) Subject: Update version. X-Git-Tag: v2.5a0~1695 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e21be71da1fcbc3701044c26ecc989712393e79;p=thirdparty%2FPython%2Fcpython.git Update version. I wonder if there's a way to fix this Makefile to be slightly less totally unreliable. --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index c8d538b608d1..ac935f16ce0f 100644 --- a/Demo/embed/Makefile +++ b/Demo/embed/Makefile @@ -10,7 +10,7 @@ blddir= ../.. srcdir= ../.. # Python version -VERSION= 2.3 +VERSION= 2.5 # Compiler flags OPT= -g