aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasaha <none@none>2013-12-16 15:34:55 -0800
committerasaha <none@none>2013-12-16 15:34:55 -0800
commit2af34c42373b7dc555647f8439cb432cd2f55b6e (patch)
treee642dfa614972cb8e4ffb497daa5f8275058abe9
parent228343f583b2c6e7ff03e159dec203d91b2932d8 (diff)
8030359: Increment minor version of HSx for 8u5 and initialize the build numberjdk8u5-b01
Reviewed-by: jcoomes
-rw-r--r--make/hotspot_version8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/hotspot_version b/make/hotspot_version
index 94de662e7..4600030a5 100644
--- a/make/hotspot_version
+++ b/make/hotspot_version
@@ -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