[zpkg] SVN: zpkgtools/trunk/zpkgtools/appsupport/configure.in add
Python 2.4.3 support
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Mar 31 00:25:21 EST 2006
Log message for revision 66266:
add Python 2.4.3 support
Changed:
U zpkgtools/trunk/zpkgtools/appsupport/configure.in
-=-
Modified: zpkgtools/trunk/zpkgtools/appsupport/configure.in
===================================================================
--- zpkgtools/trunk/zpkgtools/appsupport/configure.in 2006-03-31 05:22:42 UTC (rev 66265)
+++ zpkgtools/trunk/zpkgtools/appsupport/configure.in 2006-03-31 05:25:20 UTC (rev 66266)
@@ -21,13 +21,13 @@
# Place the optimal target version number (as returned by sys.version)
# below
-TARGET="2.4.2"
+TARGET="2.4.3"
# 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.1"
+ACCEPTABLE="2.4.2 2.4.1"
# provide the executable names for all the acceptable versions
# (and the target version) below
More information about the zpkg
mailing list