From 26094f52419d1bc9eb7e02e4ec81a7ccffc960f0 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Fri, 5 Jul 2019 11:30:53 +0200 Subject: [PATCH] Bump version to 2.05 Signed-off-by: Daniel Kiper --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])