]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Bump version to 2.11
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Jun 2021 15:13:50 +0000 (17:13 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 8 Jun 2021 15:13:50 +0000 (17:13 +0200)
Skip versions between 2.07 and 2.10 to avoid leading zeros in minor
version number. This way version parsing in scripts should be easier.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac

index 7517fc49d98158e362eeba59eddcb701a38fe124..b025e1e84cfb92939cb68170851c8790939f632a 100644 (file)
@@ -34,7 +34,7 @@ dnl "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for
 dnl the target type. See INSTALL for full list of variables and
 dnl description of the relationships between them.
 
-AC_INIT([GRUB],[2.06],[bug-grub@gnu.org])
+AC_INIT([GRUB],[2.11],[bug-grub@gnu.org])
 
 AC_CONFIG_AUX_DIR([build-aux])