common/autoconf/version-numbers
changeset 33926 3a19edba4808
parent 22034 495baaef309f
child 37402 62b5f067032e
equal deleted inserted replaced
30850:56166ce66037 33926:3a19edba4808
     1 #
     1 #
     2 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 JDK_MAJOR_VERSION=1
    26 # Default version numbers to use unless overridden by configure
    27 JDK_MINOR_VERSION=9
    27 
    28 JDK_MICRO_VERSION=0
    28 DEFAULT_VERSION_MAJOR=9
    29 JDK_UPDATE_VERSION=
    29 
    30 LAUNCHER_NAME=openjdk
    30 LAUNCHER_NAME=openjdk
    31 PRODUCT_NAME=OpenJDK
    31 PRODUCT_NAME=OpenJDK
    32 PRODUCT_SUFFIX="Runtime Environment"
    32 PRODUCT_SUFFIX="Runtime Environment"
    33 JDK_RC_PLATFORM_NAME=Platform
    33 JDK_RC_PLATFORM_NAME=Platform
    34 COMPANY_NAME=N/A
    34 COMPANY_NAME=N/A