1eb2bd662Svikram# 2eb2bd662Svikram# CDDL HEADER START 3eb2bd662Svikram# 4eb2bd662Svikram# The contents of this file are subject to the terms of the 5eb2bd662Svikram# Common Development and Distribution License (the "License"). 6eb2bd662Svikram# You may not use this file except in compliance with the License. 7eb2bd662Svikram# 8eb2bd662Svikram# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9eb2bd662Svikram# or http://www.opensolaris.org/os/licensing. 10eb2bd662Svikram# See the License for the specific language governing permissions 11eb2bd662Svikram# and limitations under the License. 12eb2bd662Svikram# 13eb2bd662Svikram# When distributing Covered Code, include this CDDL HEADER in each 14eb2bd662Svikram# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15eb2bd662Svikram# If applicable, add the following below this CDDL HEADER, with the 16eb2bd662Svikram# fields enclosed by brackets "[]" replaced with your own identifying 17eb2bd662Svikram# information: Portions Copyright [yyyy] [name of copyright owner] 18eb2bd662Svikram# 19eb2bd662Svikram# CDDL HEADER END 20eb2bd662Svikram# 21eb2bd662Svikram# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 22eb2bd662Svikram# Use is subject to license terms. 23eb2bd662Svikram# 24eb2bd662Svikram# 25eb2bd662Svikram# This file defines the current capabilities of GRUB over and above that 26eb2bd662Svikram# supported by the standard distribution 27eb2bd662Svikram# 2822f5594aSvikram# The version field contains the version of the associated GRUB software. 2922f5594aSvikram# The version is incremented by .1 (minor version number) each time there 3022f5594aSvikram# is a bugfix or enhancement of GRUB. In addition, the major version number 3122f5594aSvikram# is bumped up by 1 every time a release boundary is crossed. Thus if in S11 3222f5594aSvikram# the starting version is 3, in S12 the starting version will be 4. 3322f5594aSvikram# Note that the first major number in each sequence is a whole integer 3422f5594aSvikram# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3. 3522f5594aSvikram# 36*cd11837eSVikram Hegde# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e. 37*cd11837eSVikram Hegde# minor version numbers) so the version number is being bumped up in 38*cd11837eSVikram Hegde# integer increments until Live Upgrade is fixed. 39*cd11837eSVikram Hegde# 4022f5594aSvikram# This file and the associated version are Solaris specific and are 4122f5594aSvikram# not a part of the open source distribution of GRUB. 4222f5594aSvikram# 43*cd11837eSVikram HegdeVERSION=4 44eb2bd662Svikramdboot 45eb2bd662SvikramxVM 46963390b4Svikramzfs 47eb2bd662Svikramfindroot 48