From 94d9926a664014007130796616210b68e421d54a Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Mon, 8 Apr 2019 07:30:56 +0200 Subject: [PATCH] Release 2.04~rc1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8578d01b7..08b518fcc 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.03],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.04~rc1],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])