changeset 5772:a16eaa7e9c95

8049758: Increment minor version of HSx for 7u75 and initialize the build number Reviewed-by: jcoomes
author asaha
date Wed, 09 Jul 2014 12:01:32 -0700
parents d9696a7d8b76
children ad68fdd7d0ac
files make/hotspot_version
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/make/hotspot_version	Tue Jul 08 09:34:06 2014 -0700
+++ b/make/hotspot_version	Wed Jul 09 12:01:32 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=24
-HS_MINOR_VER=71
+HS_MINOR_VER=75
 HS_BUILD_NUMBER=01
 
 JDK_MAJOR_VER=1