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])