xref: /titanic_41/usr/src/grub/capability (revision 22f5594a529d50114d839d4ddecc2c499731a3d7)
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#
24963390b4Svikram#pragma ident	"%Z%%M%	%I%	%E% SMI"
25eb2bd662Svikram#
26eb2bd662Svikram#
27eb2bd662Svikram# This file defines the current capabilities of GRUB over and above that
28eb2bd662Svikram# supported by the standard distribution
29eb2bd662Svikram#
30*22f5594aSvikram# The version field contains the version of the associated GRUB software.
31*22f5594aSvikram# The version is incremented by .1 (minor version number) each time there
32*22f5594aSvikram# is a bugfix or enhancement of GRUB. In addition, the major version number
33*22f5594aSvikram# is bumped up by 1 every time a release boundary is crossed. Thus if in S11
34*22f5594aSvikram# the starting version is 3, in S12 the starting version will be 4.
35*22f5594aSvikram# Note that the first major number in each sequence is a whole integer
36*22f5594aSvikram# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3.
37*22f5594aSvikram#
38*22f5594aSvikram# This file and the associated version are Solaris specific and are
39*22f5594aSvikram# not a part of the open source distribution of GRUB.
40*22f5594aSvikram#
41*22f5594aSvikramVERSION=3
42eb2bd662Svikramdboot
43eb2bd662SvikramxVM
44963390b4Svikramzfs
45eb2bd662Svikramfindroot
46