[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/configure Python 2.4 is required

Philipp von Weitershausen philikon at philikon.de
Mon Oct 31 08:19:51 EST 2005


Log message for revision 39767:
  Python 2.4 is required
  

Changed:
  U   Zope/branches/philikon-zope32-integration/configure

-=-
Modified: Zope/branches/philikon-zope32-integration/configure
===================================================================
--- Zope/branches/philikon-zope32-integration/configure	2005-10-31 13:17:14 UTC (rev 39766)
+++ Zope/branches/philikon-zope32-integration/configure	2005-10-31 13:19:51 UTC (rev 39767)
@@ -8,11 +8,11 @@
 #####################################################################
 
 # Place the Zope major version number below.
-ZOPE_VERS=2.8
+ZOPE_VERS=2.9
 
 # Place the optimal target version number for Zope (as returned by sys.version)
 # below
-TARGET="2.3.5"
+TARGET="2.4.1"
 
 # Order a list of "acceptable" python version numbers (as returned by
 # sys.version) below in "best" to "worst" order, not including the
@@ -22,7 +22,7 @@
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below
-EXENAMES="python python2 python2.3"
+EXENAMES="python python2 python2.4"
 
 #####################################################################
 #                    END EDITABLE PARAMETERS                        #



More information about the Zope-Checkins mailing list