From 541d92e91250becd207c14e5fe7e9e7935d6538c Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Tue, 28 Feb 2012 04:28:40 +0100 Subject: [PATCH] * configure.ac: Bump to 2.00~beta0. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0356f974b..48c07df7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-27 Vladimir Serbinenko + + * configure.ac: Bump to 2.00~beta0. + 2012-02-27 Vladimir Serbinenko * util/getroot.c (grub_find_root_devices_from_btrfs): Add diff --git a/configure.ac b/configure.ac index 2663563e6..6a9eafd39 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ dnl type, so there is no conflict. Variables with the prefix "TARGET_" dnl (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for the target dnl type. -AC_INIT([GRUB],[1.99],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.00~beta0],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])