RFR: JDK-8029942: Update VERSION_MAJOR for JDK 10
Iris Clark
iris.clark at oracle.com
Thu Jan 26 17:11:28 UTC 2017
Hi, Erik.
Your change looks good.
Thanks,
iris
-----Original Message-----
From: Erik Joelsson
Sent: Thursday, January 26, 2017 5:57 AM
To: build-dev
Subject: RFR: JDK-8029942: Update VERSION_MAJOR for JDK 10
The default major version for the jdk 10 repos needs to be updated from
9 to 10.
Bug: https://bugs.openjdk.java.net/browse/JDK-8029942
Patch:
diff -r 07f6f1f4140e common/autoconf/version-numbers
--- a/common/autoconf/version-numbers
+++ b/common/autoconf/version-numbers
@@ -25,7 +25,7 @@
# Default version numbers to use unless overridden by configure
-DEFAULT_VERSION_MAJOR=9
+DEFAULT_VERSION_MAJOR=10
DEFAULT_VERSION_MINOR=0
DEFAULT_VERSION_SECURITY=0
DEFAULT_VERSION_PATCH=0
/Erik
More information about the build-dev
mailing list