From: Vladimir Serbinenko Date: Thu, 19 Dec 2013 00:54:43 +0000 (+0100) Subject: * configure.ac: Set version to 2.02~beta1. X-Git-Tag: grub-2.02-beta1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa5a58ca327a74f6ccc258a113b3802ac762df0;p=thirdparty%2Fgrub.git * configure.ac: Set version to 2.02~beta1. --- diff --git a/ChangeLog b/ChangeLog index 6fb80b43a..f7adf9bdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-18 Vladimir Serbinenko + + * configure.ac: Set version to 2.02~beta1. + 2013-12-18 Allen Pais 2013-12-18 Bob Picco diff --git a/configure.ac b/configure.ac index b03144471..5e5c9769a 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],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.02~beta1],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])