[Zodb-checkins] CVS: ZODB3 - Makefile:1.5

Guido van Rossum guido at python.org
Mon Apr 21 13:26:16 EDT 2003


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv12182

Modified Files:
	Makefile 
Log Message:
This is no longer supposed to work with Python 2.1.  Make "ALTPYTHON"
point to Python 2.3 instead.


=== ZODB3/Makefile 1.4 => 1.5 ===
--- ZODB3/Makefile:1.4	Tue Nov 26 13:30:32 2002
+++ ZODB3/Makefile	Mon Apr 21 12:26:15 2003
@@ -1,5 +1,5 @@
-PYTHON=python2.1
-ALTPYTHON=python2.2
+PYTHON=python2.2
+ALTPYTHON=python2.3
 
 all:
 	$(PYTHON) setup.py -q build




More information about the Zodb-checkins mailing list