From 78c4500a4349c1c126eefcac6b66b3d820c39407 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Sun, 21 Jan 2024 13:38:51 -0500 Subject: [PATCH] Remove ea to build 0.43 RC1 Signed-off-by: Peter Shipton --- closed/autoconf/custom-spec.gmk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/closed/autoconf/custom-spec.gmk.in b/closed/autoconf/custom-spec.gmk.in index c490bc87e66..d43137a1c17 100644 --- a/closed/autoconf/custom-spec.gmk.in +++ b/closed/autoconf/custom-spec.gmk.in @@ -1,5 +1,5 @@ # =========================================================================== -# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved +# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved # =========================================================================== # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as @@ -82,7 +82,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@ include $(TOPDIR)/closed/openjdk-tag.gmk -J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea +J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS) J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9 # required by CMake