From 668a95e83dce04ba9371dbf86f7ce618bc5af118 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 3 Apr 2024 09:15:18 +0100 Subject: [PATCH] Begin to identify as version 2.7.4b2 --- NEWS | 2 ++ build.gradle | 2 +- build.xml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6885a4f49..fe5cefbf8 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/build.gradle b/build.gradle index 604bdeb9f..c0bcc1d84 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat // Versions are specified in this grammar: // . ( . )? ( )? ( - )? -version = '2.7.4b1' +version = '2.7.4b2' // Valid examples (please preserve in comments): //version = '2.7.2a2' diff --git a/build.xml b/build.xml index fac5b8f62..c195e7f88 100644 --- a/build.xml +++ b/build.xml @@ -105,7 +105,7 @@ informix.jar = ../support/jdbc-4.10.12.jar - +