Log message for revision 84542: support for python 2.4.5 Changed: U Zope/branches/2.10/configure
-=- Modified: Zope/branches/2.10/configure =================================================================== --- Zope/branches/2.10/configure 2008-03-08 13:52:15 UTC (rev 84541) +++ Zope/branches/2.10/configure 2008-03-08 13:52:51 UTC (rev 84542) @@ -12,13 +12,13 @@ # Place the optimal target version number for Zope (as returned by sys.version) # below -TARGET="2.4.4" +TARGET="2.4.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.4.3 2.4.2" +ACCEPTABLE="2.4.4" # provide the executable names for all the acceptable versions # (and the target version) below _______________________________________________ Zope-Checkins maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-checkins
