8049760: Increment minor version of HSx for 8u31 and initialize the build number

Wed, 09 Jul 2014 12:07:18 -0700

author
asaha
date
Wed, 09 Jul 2014 12:07:18 -0700
changeset 7437
6366f612ac2c
parent 7436
fe58b5771459
child 7438
9826742fa96a

8049760: Increment minor version of HSx for 8u31 and initialize the build number
Reviewed-by: jcoomes

make/hotspot_version file | annotate | diff | comparison | revisions
     1.1 --- a/make/hotspot_version	Tue Jul 08 09:38:39 2014 -0700
     1.2 +++ b/make/hotspot_version	Wed Jul 09 12:07:18 2014 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  # 
     1.5 -# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -31,10 +31,10 @@
    1.11  #
    1.12  
    1.13  # Don't put quotes (fail windows build).
    1.14 -HOTSPOT_VM_COPYRIGHT=Copyright 2014
    1.15 +HOTSPOT_VM_COPYRIGHT=Copyright 2015
    1.16  
    1.17  HS_MAJOR_VER=25
    1.18 -HS_MINOR_VER=25
    1.19 +HS_MINOR_VER=31
    1.20  HS_BUILD_NUMBER=01
    1.21  
    1.22  JDK_MAJOR_VER=1

mercurial