Skip to content

Commit b73cbdd

Browse files
committed
Remove ea to build 0.41 RC1
Signed-off-by: Peter Shipton <[email protected]>
1 parent cdb422b commit b73cbdd

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)