Skip to content

Commit c4d2c2b

Browse files
committed
Update internal version to remove ea for 0.40
Signed-off-by: Peter Shipton <[email protected]>
1 parent 1f8c2ec commit c4d2c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)