xref: /titanic_41/usr/src/grub/capability (revision 134379c07d59b848341b71d3c4819af39ad347cc)
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#
21*134379c0SLori Alt# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22eb2bd662Svikram#
23eb2bd662Svikram#
24eb2bd662Svikram# This file defines the current capabilities of GRUB over and above that
25eb2bd662Svikram# supported by the standard distribution
26eb2bd662Svikram#
2722f5594aSvikram# The version field contains the version of the associated GRUB software.
2822f5594aSvikram# The version is incremented by .1 (minor version number) each time there
2922f5594aSvikram# is a bugfix or enhancement of GRUB. In addition, the major version number
3022f5594aSvikram# is bumped up by 1 every time a release boundary is crossed. Thus if in S11
3122f5594aSvikram# the starting version is 3, in S12 the starting version will be 4.
3222f5594aSvikram# Note that the first major number in each sequence is a whole integer
3322f5594aSvikram# i.e. 2.0 is truncated to 2 and 3.0 is truncated to 3.
3422f5594aSvikram#
35cd11837eSVikram Hegde# NOTE: Live Upgrade is currently unable to handle decimal fractions (i.e.
36cd11837eSVikram Hegde# minor version numbers) so the version number is being bumped up in
37cd11837eSVikram Hegde# integer increments until Live Upgrade is fixed.
38cd11837eSVikram Hegde#
3922f5594aSvikram# This file and the associated version are Solaris specific and are
4022f5594aSvikram# not a part of the open source distribution of GRUB.
4122f5594aSvikram#
42*134379c0SLori AltVERSION=17
43eb2bd662Svikramdboot
44eb2bd662SvikramxVM
45963390b4Svikramzfs
46eb2bd662Svikramfindroot
47