Skip to content

Commit eebde68

Browse files
committedJan 19, 2023
Remove EA from internal version
Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
1 parent 1a7f2e2 commit eebde68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎jdk/make/closed/autoconf/custom-spec.gmk.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2017, 2023 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
@@ -69,7 +69,7 @@ USERNAME := @USERNAME@
6969
include $(SRC_ROOT)/closed/openjdk-tag.gmk
7070

7171
JDK_FIX_VERSION := @JDK_FIX_VERSION@
72-
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)-ea
72+
J9JDK_EXT_VERSION := $(JDK_MINOR_VERSION).$(JDK_MICRO_VERSION).$(JDK_UPDATE_VERSION).$(JDK_FIX_VERSION)
7373
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
7474

7575
# required by CMake

0 commit comments

Comments
 (0)
Please sign in to comment.