* configure.ac: Set version to 2.02~beta1.

This commit is contained in:
Vladimir Serbinenko 2013-12-19 01:54:43 +01:00
parent ee281fd0c6
commit 2fa5a58ca3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Set version to 2.02~beta1.
2013-12-18 Allen Pais <allen.pais@oracle.com> 2013-12-18 Allen Pais <allen.pais@oracle.com>
2013-12-18 Bob Picco <bob.picco@oracle.com> 2013-12-18 Bob Picco <bob.picco@oracle.com>

View file

@ -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 (such as TARGET_CC, TARGET_CFLAGS, etc.) are used for the target
dnl type. 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]) AC_CONFIG_AUX_DIR([build-aux])