Hi.

I need a review for this tiny change.
The "ea" suffix was removed from the JDK 14 version string with JDK-8236092. 
Since that change is forwardported to jdk/jdk I need to back it out there.
This is the backout diff as created by hg backout:

diff --git a/make/autoconf/version-numbers b/make/autoconf/version-numbers
--- a/make/autoconf/version-numbers
+++ b/make/autoconf/version-numbers
@@ -38,7 +38,7 @@
DEFAULT_VERSION_CLASSFILE_MINOR=0
DEFAULT_ACCEPTABLE_BOOT_VERSIONS="13 14 15"
DEFAULT_JDK_SOURCE_TARGET_VERSION=15
-DEFAULT_PROMOTED_VERSION_PRE=
+DEFAULT_PROMOTED_VERSION_PRE=ea
LAUNCHER_NAME=openjdk
PRODUCT_NAME=OpenJDK

Bug: https://bugs.openjdk.java.net/browse/JDK-8238515

Thanks,
/Jesper

Reply via email to