Commit 34345158 authored by Andreas Jung's avatar Andreas Jung

added Python 2.4.3 support

parent 8796b651
......@@ -12,13 +12,13 @@ ZOPE_VERS=2.10
# Place the optimal target version number for Zope (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.1 2.4.2"
# provide the executable names for all the acceptable versions
# (and the target version) below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment