# HG changeset patch # User asaha # Date 1404932838 25200 # Node ID 6366f612ac2c67f0b58abd92467a3da2668b970b # Parent fe58b57714591f8e27284c012f1a812adaefa726 8049760: Increment minor version of HSx for 8u31 and initialize the build number Reviewed-by: jcoomes diff -r fe58b5771459 -r 6366f612ac2c make/hotspot_version --- a/make/hotspot_version Tue Jul 08 09:38:39 2014 -0700 +++ b/make/hotspot_version Wed Jul 09 12:07:18 2014 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2015, 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 @@ -31,10 +31,10 @@ # # Don't put quotes (fail windows build). -HOTSPOT_VM_COPYRIGHT=Copyright 2014 +HOTSPOT_VM_COPYRIGHT=Copyright 2015 HS_MAJOR_VER=25 -HS_MINOR_VER=25 +HS_MINOR_VER=31 HS_BUILD_NUMBER=01 JDK_MAJOR_VER=1