]> git.proxmox.com Git - grub2.git/commitdiff
* configure.ac: Bump up the version to beta2.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 22:52:47 +0000 (23:52 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 22:52:47 +0000 (23:52 +0100)
ChangeLog
configure.ac

index 00fd53ac3fd0aee37c9185edb5d671462c13ed60..2235c6852165559150525be60f06e335e1d30637 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Bump up the version to beta2.
+
 2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Fix gettext reload bugs (e.g. inability to disable gettext
index d25876e112e497e386200add1cfb518a051dcf5f..de593c34b841b624a364db6a0fe8232e07c3c242 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~beta1],[bug-grub@gnu.org])
+AC_INIT([GRUB],[2.00~beta2],[bug-grub@gnu.org])
 
 AC_CONFIG_AUX_DIR([build-aux])