Message9128

Author zyasoft
Recipients pdina, zyasoft
Date 2014-10-10.00:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412900861.24.0.788719163007.issue2217@psf.upfronthosting.co.za>
In-reply-to
Content
Relevant properties are in build.xml, specifically jython.release_serial:

        <!-- The current version info -->
        <property name="jython.version" value="2.7b3+"/>
        <property name="jython.version.noplus" value="2.7b3"/>
        <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_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.java.version" value="1.7"/>
History
Date User Action Args
2014-10-10 00:27:41zyasoftsetmessageid: <1412900861.24.0.788719163007.issue2217@psf.upfronthosting.co.za>
2014-10-10 00:27:41zyasoftsetrecipients: + zyasoft, pdina
2014-10-10 00:27:41zyasoftlinkissue2217 messages
2014-10-10 00:27:40zyasoftcreate