[Zope-CVS] CVS: Packages/zpkgtools/zpkgtools/appsupport -
configure.in:1.6
Jim Fulton
jim at zope.com
Fri Jun 4 16:52:23 EDT 2004
Update of /cvs-repository/Packages/zpkgtools/zpkgtools/appsupport
In directory cvs.zope.org:/tmp/cvs-serv13560
Modified Files:
configure.in
Log Message:
Don't allow 2.3.3 or lower.
=== Packages/zpkgtools/zpkgtools/appsupport/configure.in 1.5 => 1.6 ===
--- Packages/zpkgtools/zpkgtools/appsupport/configure.in:1.5 Thu May 13 11:44:32 2004
+++ Packages/zpkgtools/zpkgtools/appsupport/configure.in Fri Jun 4 16:52:22 2004
@@ -27,7 +27,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.3 2.3.2 2.3.1 2.3"
+ACCEPTABLE="2.3.4"
# provide the executable names for all the acceptable versions
# (and the target version) below
More information about the Zope-CVS
mailing list