[Zope-Checkins] SVN: Zope/branches/2.11/configure python 2.4.6 has been out for a while

Martijn Pieters mj at zopatista.com
Mon Feb 9 08:26:42 EST 2009


Log message for revision 96311:
  python 2.4.6 has been out for a while
  

Changed:
  U   Zope/branches/2.11/configure

-=-
Modified: Zope/branches/2.11/configure
===================================================================
--- Zope/branches/2.11/configure	2009-02-09 13:23:23 UTC (rev 96310)
+++ Zope/branches/2.11/configure	2009-02-09 13:26:42 UTC (rev 96311)
@@ -12,13 +12,13 @@
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.4.5"
+TARGET="2.4.6"
 
 # 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.4.4"
+ACCEPTABLE="2.4.5 2.4.4"
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below



More information about the Zope-Checkins mailing list