# HG changeset patch # User asaha # Date 1387236895 28800 # Node ID 4a35ef38e2a7bc64df20c7700ba69b37e3ddb8b5 # Parent 374b6d3ff1e37aea38e6e2203e6101ce47c3fd6e 8030359: Increment minor version of HSx for 8u5 and initialize the build number Reviewed-by: jcoomes diff -r 374b6d3ff1e3 -r 4a35ef38e2a7 make/hotspot_version --- a/make/hotspot_version Fri Dec 13 17:19:04 2013 -0800 +++ b/make/hotspot_version Mon Dec 16 15:34:55 2013 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2014, 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,11 +31,11 @@ # # Don't put quotes (fail windows build). -HOTSPOT_VM_COPYRIGHT=Copyright 2013 +HOTSPOT_VM_COPYRIGHT=Copyright 2014 HS_MAJOR_VER=25 -HS_MINOR_VER=0 -HS_BUILD_NUMBER=62 +HS_MINOR_VER=5 +HS_BUILD_NUMBER=01 JDK_MAJOR_VER=1 JDK_MINOR_VER=8