SVN: zpkgtools/branches/jim-relpath/zpkgtools/appsupport/configure.in Updated the Python version. Of course, this should not be hard coded here.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 30685: Updated the Python version. Of course, this should not be hard coded here. Changed: U zpkgtools/branches/jim-relpath/zpkgtools/appsupport/configure.in -=- Modified: zpkgtools/branches/jim-relpath/zpkgtools/appsupport/configure.in =================================================================== --- zpkgtools/branches/jim-relpath/zpkgtools/appsupport/configure.in 2005-06-08 11:44:56 UTC (rev 30684) +++ zpkgtools/branches/jim-relpath/zpkgtools/appsupport/configure.in 2005-06-08 11:44:58 UTC (rev 30685) @@ -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" # 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