* configure.ac: Change version to 1.99~beta0.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-21 02:33:48 +02:00
parent 77a94e9810
commit df3367cc4a
2 changed files with 5 additions and 1 deletions

View file

@ -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):

View 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])