We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c6376 commit 78c4500Copy full SHA for 78c4500
1 file changed
closed/autoconf/custom-spec.gmk.in
@@ -1,5 +1,5 @@
1
# ===========================================================================
2
-# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
+# (c) Copyright IBM Corp. 2017, 2024 All Rights Reserved
3
4
# This code is free software; you can redistribute it and/or modify it
5
# under the terms of the GNU General Public License version 2 only, as
@@ -82,7 +82,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
82
83
include $(TOPDIR)/closed/openjdk-tag.gmk
84
85
-J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
+J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
86
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
87
88
# required by CMake
0 commit comments