Skip to content

Commit 2d1bdba

Browse files
committed
Remove ea to build 0.43 RC1
Signed-off-by: Peter Shipton <[email protected]>
1 parent 60fef7e commit 2d1bdba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

closed/autoconf/custom-spec.gmk.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
33
# ===========================================================================
44
# This code is free software; you can redistribute it and/or modify it
55
# under the terms of the GNU General Public License version 2 only, as
@@ -81,7 +81,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
8181

8282
include $(TOPDIR)/closed/openjdk-tag.gmk
8383

84-
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
84+
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
8585
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
8686

8787
# required by CMake

0 commit comments

Comments
 (0)