* configure.ac: Bump version to 1.99~rc2.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-20 09:23:55 +02:00
parent d97e7b5935
commit 9b710a888e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-04-20 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Bump version to 1.99~rc2.
2011-04-20 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/dl.h [ASM_FILE]: Adapt for assembly.

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.99~rc1],[bug-grub@gnu.org])
AC_INIT([GRUB],[1.99~rc2],[bug-grub@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])