]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Set version to 2.02~beta2. grub-2.02-beta2
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 24 Dec 2013 20:53:23 +0000 (21:53 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Tue, 24 Dec 2013 20:53:23 +0000 (21:53 +0100)
ChangeLog
configure.ac

index 3545ea1a6f36613fe780e903c492ed5586b098fb..41bcebfb32109eb9cca77c0b2cc469f48dd6243f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Set version to 2.02~beta2.
+
 2013-12-24  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/disk/efi/efidisk.c (name_devices): Skip Apple ghosts.
index 2481410b0449684e97bd9a549e0983cc3553b4f9..7c5d080b8a2dbb96651166d32e4220d2878eeb22 100644 (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 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])