From 559dc587f7316d6bc3a20a88a301af68a973e2f1 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Mon, 5 Mar 2012 01:50:43 +0100 Subject: [PATCH] * configure.ac: Bump up the version to beta1. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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])