[Jython-checkins] jython: Prepare for RC2.

frank.wierzbicki jython-checkins at python.org
Thu Apr 2 23:24:30 CEST 2015


https://hg.python.org/jython/rev/2747ce30b81d
changeset:   7642:2747ce30b81d
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Thu Apr 02 21:24:25 2015 +0000
summary:
  Prepare for RC2.

files:
  README.txt |  8 ++++----
  build.xml  |  6 +++---
  2 files changed, 7 insertions(+), 7 deletions(-)


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,11 +1,11 @@
-Welcome to Jython 2.7rc1
-=======================
+Welcome to Jython 2.7rc2
+========================
 
-This is the first release candidate of the 2.7 version of Jython. Thanks to
+This is the second release candidate of the 2.7 version of Jython. Thanks to
 Amobee (http://www.amobee.com/) for sponsoring this release.  Thanks to all who
 contribute to Jython.
 
-Jython 2.7rc1 includes many bug fixes and code stabilization in prep for
+Jython 2.7rc2 includes many bug fixes and code stabilization in prep for
 release candidates.
 
 Please see the NEWS file for detailed release notes.
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -84,15 +84,15 @@
         <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA -->
 
         <!-- The current version info -->
-        <property name="jython.version" value="2.7rc1+"/>
-        <property name="jython.version.noplus" value="2.7rc1"/>
+        <property name="jython.version" value="2.7rc2+"/>
+        <property name="jython.version.noplus" value="2.7rc2"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>
         <property name="jython.micro_version" value="0"/>
         <property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/>
         <!-- Usually zero, only used for alpha, beta and candidate versions
              where it must be greater than zero. -->
-        <property name="jython.release_serial" value="1"/>
+        <property name="jython.release_serial" value="2"/>
         <property name="jython.java.version" value="1.7"/>
 
         <condition property="do.snapshot.build">

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list