[Zope-Checkins] CVS: Zope - configure:1.13.2.8
Chris McDonough
chrism at plope.com
Fri May 28 12:49:11 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv7028
Modified Files:
Tag: Zope-2_7-branch
configure
Log Message:
Allow 2.3.4 to be an acceptable Python version.
=== Zope/configure 1.13.2.7 => 1.13.2.8 ===
--- Zope/configure:1.13.2.7 Tue Mar 9 00:26:04 2004
+++ Zope/configure Fri May 28 12:49:10 2004
@@ -19,7 +19,7 @@
# sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list!
-ACCEPTABLE="2.3.2 2.3.1 2.3"
+ACCEPTABLE="2.3.4 2.3.2 2.3.1 2.3"
# provide the executable names for all the acceptable versions
# (and the target version) below
More information about the Zope-Checkins
mailing list