diff --git a/ChangeLog b/ChangeLog index 3545ea1a6..41bcebfb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-24 Vladimir Serbinenko + + * configure.ac: Set version to 2.02~beta2. + 2013-12-24 Vladimir Serbinenko * grub-core/disk/efi/efidisk.c (name_devices): Skip Apple ghosts. diff --git a/configure.ac b/configure.ac index 2481410b0..7c5d080b8 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.02~beta1],[bug-grub@gnu.org]) +AC_INIT([GRUB],[2.02~beta2],[bug-grub@gnu.org]) AC_CONFIG_AUX_DIR([build-aux])