SVN: zpkgtools/trunk/zpkgtools/appsupport/configure.in Updated python versions.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 30730: Updated python versions. Changed: U zpkgtools/trunk/zpkgtools/appsupport/configure.in -=- Modified: zpkgtools/trunk/zpkgtools/appsupport/configure.in =================================================================== --- zpkgtools/trunk/zpkgtools/appsupport/configure.in 2005-06-10 10:36:30 UTC (rev 30729) +++ zpkgtools/trunk/zpkgtools/appsupport/configure.in 2005-06-10 11:00:59 UTC (rev 30730) @@ -21,13 +21,13 @@ # Place the optimal target version number (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.4" +ACCEPTABLE="2.3.5 2.4.1" # provide the executable names for all the acceptable versions # (and the target version) below _______________________________________________ Zope-CVS maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS