comparison make/hotspot_version @ 120:aab136449123

6690518: Bump Version to 13 B01 Summary: Change Hotspot version and build number for 13b1 Reviewed-by: pbk
author trims
date Thu, 17 Apr 2008 16:29:42 -0700
parents f68325221ce1
children ec73d88d5b43
comparison
equal deleted inserted replaced
119:d1a5218d7eaf 120:aab136449123
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 2007 34 HOTSPOT_VM_COPYRIGHT=Copyright 2008
35 35
36 HS_MAJOR_VER=12 36 HS_MAJOR_VER=13
37 HS_MINOR_VER=0 37 HS_MINOR_VER=0
38 HS_BUILD_NUMBER=02 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