Skip to content

Commit

Permalink
Begin to identify as version 2.7.4b3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed May 6, 2024
1 parent 30d2f85 commit 50371d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ New Features
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.


Jython 2.7.4b3 Bugs fixed



Jython 2.7.4b2 Feature added

- [ GH-325 ] Upward compatibility to Java 9 Modularity
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
// Versions are specified in this grammar:
// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?

version = '2.7.4b2'
version = '2.7.4b3'

// Valid examples (please preserve in comments):
//version = '2.7.2a2'
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>

<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
<property name="jython.release_serial" value="2"/>
<property name="jython.release_serial" value="3"/>
</target>

<target name="common-constants">
Expand Down

0 comments on commit 50371d2

Please sign in to comment.