]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Bump up the version to beta1.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 00:50:43 +0000 (01:50 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 00:50:43 +0000 (01:50 +0100)
ChangeLog
configure.ac

index 341e64618d46933ab76f89f3431f38eb883158dc..02095f25f17c710c54b3b4352b510d911bb11aa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-05  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Bump up the version to beta1.
+
 2012-03-04  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/loader/i386/linux.c (allocate_pages): Fix handling of the
index e42083a85ad1843da6b6fefb7149a118e544b999..48c92be7b6f183859a4d2e416ba32661c09d5424 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.00~beta0],[bug-grub@gnu.org])
+AC_INIT([GRUB],[2.00~beta1],[bug-grub@gnu.org])
 
 AC_CONFIG_AUX_DIR([build-aux])