Changeset 309 for trunk/openjdk/hotspot/make/hotspot_version
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/make/hotspot_version
r278 r309 1 1 # 2 # Copyright (c) 2006, 20 09, Oracle and/or its affiliates. All rights reserved.2 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 32 32 33 33 # Don't put quotes (fail windows build). 34 HOTSPOT_VM_COPYRIGHT=Copyright 201 034 HOTSPOT_VM_COPYRIGHT=Copyright 2011 35 35 36 HS_MAJOR_VER= 1936 HS_MAJOR_VER=20 37 37 HS_MINOR_VER=0 38 HS_BUILD_NUMBER= 0938 HS_BUILD_NUMBER=12 39 39 40 40 JDK_MAJOR_VER=1
Note:
See TracChangeset
for help on using the changeset viewer.