From: Daniel Kiper Date: Fri, 5 Jul 2019 09:30:53 +0000 (+0200) Subject: Bump version to 2.05 X-Git-Tag: grub-2.06-rc1~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26094f52419d1bc9eb7e02e4ec81a7ccffc960f0;p=thirdparty%2Fgrub.git Bump version to 2.05 Signed-off-by: Daniel Kiper --- diff --git a/configure.ac b/configure.ac index 7656f2434..629627cba 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ dnl (such as BUILD_CC, BUILD_CFLAGS, etc.) for the build type and variables dnl with the prefix "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are dnl used for the target type. See INSTALL for full list of variables. -AC_INIT([GRUB],[2.04],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.05],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])