changeset 17530:4a35ef38e2a7 jdk8u5-b01

8030359: Increment minor version of HSx for 8u5 and initialize the build number Reviewed-by: jcoomes
author asaha
date Mon, 16 Dec 2013 15:34:55 -0800
parents 374b6d3ff1e3
children 25a5a05cc40e
files make/hotspot_version
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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