[Zope-Checkins] CVS: Zope - configure:1.13.2.11

Andreas Jung andreas at andreas-jung.com
Sat Feb 12 10:34:21 EST 2005


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv28580

Modified Files:
      Tag: Zope-2_7-branch
	configure 
Log Message:
Python 2.3.5 added


=== Zope/configure 1.13.2.10 => 1.13.2.11 ===
--- Zope/configure:1.13.2.10	Fri Jul 30 01:10:28 2004
+++ Zope/configure	Sat Feb 12 10:34:21 2005
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.3.4"
+TARGET="2.3.5"
 
 # Order a list of "acceptable" python version numbers (as returned by
 # 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"
+ACCEPTABLE="2.3.4 2.3.3"
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below



More information about the Zope-Checkins mailing list