[Python-checkins] r65798 - python/trunk/Demo/embed/Makefile

benjamin.peterson python-checkins at python.org
Mon Aug 18 03:27:05 CEST 2008


Author: benjamin.peterson
Date: Mon Aug 18 03:27:05 2008
New Revision: 65798

Log:
correct version

Modified:
   python/trunk/Demo/embed/Makefile

Modified: python/trunk/Demo/embed/Makefile
==============================================================================
--- python/trunk/Demo/embed/Makefile	(original)
+++ python/trunk/Demo/embed/Makefile	Mon Aug 18 03:27:05 2008
@@ -10,7 +10,7 @@
 srcdir=		../..
 
 # Python version
-VERSION=	2.5
+VERSION=	2.6
 
 # Compiler flags
 OPT=		-g


More information about the Python-checkins mailing list