comparison make/hotspot_version @ 1307:07226e9eab8f hs18-b01

6936366: Fork HS17 to HS18 - renumber Major and build numbers of JVM Summary: Update the Major and build numbers for HS18 fork Reviewed-by: jcoomes
author trims
date Thu, 18 Mar 2010 17:21:54 -0700
parents 6c9796468b91
children 096b18156d91
comparison
equal deleted inserted replaced
1306:6c94fe3c8df3 1307:07226e9eab8f
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 2009 34 HOTSPOT_VM_COPYRIGHT=Copyright 2010
35 35
36 HS_MAJOR_VER=17 36 HS_MAJOR_VER=18
37 HS_MINOR_VER=0 37 HS_MINOR_VER=0
38 HS_BUILD_NUMBER=10 38 HS_BUILD_NUMBER=01
39 39
40 JDK_MAJOR_VER=1 40 JDK_MAJOR_VER=1
41 JDK_MINOR_VER=7 41 JDK_MINOR_VER=7
42 JDK_MICRO_VER=0 42 JDK_MICRO_VER=0
43 43