From: Vladimir 'phcoder' Serbinenko Date: Mon, 5 Mar 2012 00:50:43 +0000 (+0100) Subject: * configure.ac: Bump up the version to beta1. X-Git-Tag: 2.00~423 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=559dc587f7316d6bc3a20a88a301af68a973e2f1;p=thirdparty%2Fgrub.git * configure.ac: Bump up the version to beta1. --- diff --git a/ChangeLog b/ChangeLog index 341e64618..02095f25f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-05 Vladimir Serbinenko + + * configure.ac: Bump up the version to beta1. + 2012-03-04 Vladimir Serbinenko * grub-core/loader/i386/linux.c (allocate_pages): Fix handling of the diff --git a/configure.ac b/configure.ac index e42083a85..48c92be7b 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],[2.00~beta0],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.00~beta1],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])