[Jython-checkins] jython: Identify as 2.7.2a1+

jeff.allen jython-checkins at python.org
Thu Nov 23 13:32:22 EST 2017


https://hg.python.org/jython/rev/dd42e3dc8b05
changeset:   8143:dd42e3dc8b05
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Thu Nov 23 18:31:14 2017 +0000
summary:
  Identify as 2.7.2a1+

I *think* this is what we do to identify that the current (dev) version
is 2.7.2a1 plus some changes, not the one released as 2.7.2a1.

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
@@ -84,7 +84,7 @@
         <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA -->
 
         <!-- The current version info -->
-        <property name="jython.version" value="2.7.2a1"/>
+        <property name="jython.version" value="2.7.2a1+"/>
         <property name="jython.version.noplus" value="2.7.2a1"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>

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


More information about the Jython-checkins mailing list