From: <fwi...@us...> - 2008-10-31 16:33:50
|
Revision: 5537 http://jython.svn.sourceforge.net/jython/?rev=5537&view=rev Author: fwierzbicki Date: 2008-10-31 16:33:46 +0000 (Fri, 31 Oct 2008) Log Message: ----------- Change build labels to beta. Modified Paths: -------------- trunk/jython/README.txt trunk/jython/build.xml Modified: trunk/jython/README.txt =================================================================== --- trunk/jython/README.txt 2008-10-31 16:26:45 UTC (rev 5536) +++ trunk/jython/README.txt 2008-10-31 16:33:46 UTC (rev 5537) @@ -1,13 +1,10 @@ -Welcome to Jython 2.5a3 +Welcome to Jython 2.5b0 ======================= -This is the third alpha of the 2.5 version of Jython. It +This is the first beta of the 2.5 version of Jython. It contains most of the new features for the 2.5 release. -This release fixes an installation bug on windows and restores standalone -mode. - The release was compiled on Mac OS X with JDK 5 and requires JDK 5 to run. -As an alpha release, this release is incomplete and contains bugs. Do not +As a beta release, this release is incomplete and contains bugs. Do not use in a production environment. Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2008-10-31 16:26:45 UTC (rev 5536) +++ trunk/jython/build.xml 2008-10-31 16:33:46 UTC (rev 5537) @@ -187,12 +187,12 @@ <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA --> <!-- The current version info --> - <property name="jython.version" value="2.5a3+"/> - <property name="jython.version.noplus" value="2.5a3"/> + <property name="jython.version" value="2.5b0+"/> + <property name="jython.version.noplus" value="2.5b0"/> <property name="jython.major_version" value="2"/> <property name="jython.minor_version" value="5"/> - <property name="jython.micro_version" value="3"/> - <property name="jython.release_level" value="${PY_RELEASE_LEVEL_ALPHA}"/> + <property name="jython.micro_version" value="0"/> + <property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/> <property name="jython.release_serial" value="0"/> <condition property="do.snapshot.build"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |