# HG changeset patch # User diazhou # Date 1519168527 0 # Node ID b2bba53b079d42bdab80c488c842f05c2f39dbc7 # Parent 1913e7fc6be9919ec87d990c60201fe19238b166 8198303: jdk11+1 was build with incorrect GA date as 2018-03-20 Reviewed-by: erikj, ihse Contributed-by: diancui.zhou@oracle.com diff -r 1913e7fc6be9 -r b2bba53b079d make/autoconf/version-numbers --- a/make/autoconf/version-numbers Tue Feb 20 23:14:01 2018 +0000 +++ b/make/autoconf/version-numbers Tue Feb 20 23:15:27 2018 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -29,7 +29,7 @@ DEFAULT_VERSION_INTERIM=0 DEFAULT_VERSION_UPDATE=0 DEFAULT_VERSION_PATCH=0 -DEFAULT_VERSION_DATE=2018-03-20 +DEFAULT_VERSION_DATE=2018-09-18 DEFAULT_VERSION_CLASSFILE_MAJOR=55 # "`$EXPR $DEFAULT_VERSION_FEATURE + 44`" DEFAULT_VERSION_CLASSFILE_MINOR=0