]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Change version to 1.99~beta0.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 21 Sep 2010 00:33:48 +0000 (02:33 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 21 Sep 2010 00:33:48 +0000 (02:33 +0200)
ChangeLog
configure.ac

index c79bdcf8fb2a5d0772ea29c231732510783fb7c7..d3f29692a6c5f6ea5efc876bd1445588e4bce804 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-21  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Change version to 1.99~beta0.
+
 2010-09-21  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/loader/i386/multiboot_mbi.c (grub_fill_multiboot_mmap):
index dc433317b98cc4cd0d44c0a080de7bf4f9267634..f9abafcf0a2165a061eecbd48efa36d70a719e7a 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],[1.98],[bug-grub@gnu.org])
+AC_INIT([GRUB],[1.99~beta0],[bug-grub@gnu.org])
 
 AC_CONFIG_AUX_DIR([build-aux])