equal
deleted
inserted
replaced
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 |