Skip to content

Commit 0bb0db6

Browse files
committed
Remove EA from internal version
Signed-off-by: Peter Shipton <[email protected]>
1 parent 054bee5 commit 0bb0db6

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, 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
@@ -79,7 +79,7 @@ COMPILER_VERSION_STRING := @COMPILER_VERSION_STRING@
7979

8080
include $(TOPDIR)/closed/openjdk-tag.gmk
8181

82-
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)-ea
82+
J9JDK_EXT_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS)
8383
J9JDK_EXT_NAME := Extensions for OpenJDK for Eclipse OpenJ9
8484

8585
# required by CMake

0 commit comments

Comments
 (0)