comparison make/hotspot_version @ 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 b6b9a5d4cda0
children e5561d89fe8b
comparison
equal deleted inserted replaced
17529:374b6d3ff1e3 17530:4a35ef38e2a7
1 # 1 #
2 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
29 # workspace build. This file format must remain compatible with both 29 # workspace build. This file format must remain compatible with both
30 # GNU Makefile and Microsoft nmake formats. 30 # GNU Makefile and Microsoft nmake formats.
31 # 31 #
32 32
33 # Don't put quotes (fail windows build). 33 # Don't put quotes (fail windows build).
34 HOTSPOT_VM_COPYRIGHT=Copyright 2013 34 HOTSPOT_VM_COPYRIGHT=Copyright 2014
35 35
36 HS_MAJOR_VER=25 36 HS_MAJOR_VER=25
37 HS_MINOR_VER=0 37 HS_MINOR_VER=5
38 HS_BUILD_NUMBER=62 38 HS_BUILD_NUMBER=01
39 39
40 JDK_MAJOR_VER=1 40 JDK_MAJOR_VER=1
41 JDK_MINOR_VER=8 41 JDK_MINOR_VER=8
42 JDK_MICRO_VER=0 42 JDK_MICRO_VER=0
43 43