From b63d89b68416e0115a2f9c101b1b34f992b160cb Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sat, 10 Mar 2012 23:52:47 +0100 Subject: [PATCH] * configure.ac: Bump up the version to beta2. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 00fd53ac3..2235c6852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-10 Vladimir Serbinenko + + * configure.ac: Bump up the version to beta2. + 2012-03-10 Vladimir Serbinenko Fix gettext reload bugs (e.g. inability to disable gettext diff --git a/configure.ac b/configure.ac index d25876e11..de593c34b 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~beta1],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.00~beta2],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])