From: Vladimir 'phcoder' Serbinenko Date: Thu, 19 Apr 2012 09:34:43 +0000 (+0200) Subject: * configure.ac: Bump to beta4. X-Git-Tag: 2.00~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f7aa1e6fb9b0986480ef6bf3d294d7038685dc;p=thirdparty%2Fgrub.git * configure.ac: Bump to beta4. --- diff --git a/ChangeLog b/ChangeLog index c16a7e9b8..6846f9017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-18 Vladimir Serbinenko + + * configure.ac: Bump to beta4. + 2012-04-18 Vladimir Serbinenko * grub-core/commands/search_wrap.c (grub_cmd_search): Handle old diff --git a/configure.ac b/configure.ac index 908da113a..9844055f6 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~beta3],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.00~beta4],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])