[Jython-checkins] jython: Update serial release to 3 for sys.version_info

jim.baker jython-checkins at python.org
Fri Oct 10 05:00:27 CEST 2014


https://hg.python.org/jython/rev/b072df07130a
changeset:   7397:b072df07130a
user:        Jim Baker <jim.baker at rackspace.com>
date:        Thu Oct 09 21:00:35 2014 -0600
summary:
  Update serial release to 3 for sys.version_info

Fixes http://bugs.jython.org/issue2217

files:
  build.xml |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -92,7 +92,7 @@
         <property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>
         <!-- Usually zero, only used for alpha, beta and candidate versions
              where it must be greater than zero. -->
-        <property name="jython.release_serial" value="2"/>
+        <property name="jython.release_serial" value="3"/>
         <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