Skip to content

Commit

Permalink
Begin to identify as version 2.7.4b2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Apr 3, 2024
1 parent 228fe9e commit 668a95e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ New Features

- Bug fixes only.

Jython 2.7.4b2 Bugs fixed


Jython 2.7.4b1 Bugs fixed
- [ GH-316 ] Clash over META-INF in shaded JARs
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.4b1'
version = '2.7.4b2'

// 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="1"/>
<property name="jython.release_serial" value="2"/>
</target>

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

0 comments on commit 668a95e

Please sign in to comment.