OpenJDK / bsd-port / bsd-port / hotspot
changeset 5668:0acd473e9e2a
8056309: Set minor version for hotspot in 7u76 to 76 and build number to b01
Reviewed-by: jcoomes
author | asaha |
---|---|
date | Thu, 28 Aug 2014 14:08:18 -0700 |
parents | 3c01618f40c0 |
children | f7a358632ace |
files | make/hotspot_version |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/make/hotspot_version Tue Jul 29 17:50:34 2014 +0100 +++ b/make/hotspot_version Thu Aug 28 14:08: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,11 +31,11 @@ # # Don't put quotes (fail windows build). -HOTSPOT_VM_COPYRIGHT=Copyright 2014 +HOTSPOT_VM_COPYRIGHT=Copyright 2015 HS_MAJOR_VER=24 -HS_MINOR_VER=65 -HS_BUILD_NUMBER=04 +HS_MINOR_VER=76 +HS_BUILD_NUMBER=01 JDK_MAJOR_VER=1 JDK_MINOR_VER=7