2005-01-30 Yoshinori K. Okuji <okuji@enbug.org>

* configure.ac (AC_INIT): Upgraded to 0.96.
This commit is contained in:
okuji 2005-01-30 01:09:34 +00:00
parent cce5686ea2
commit eb5d4d6776
12 changed files with 82 additions and 48 deletions

View file

@ -1,5 +1,5 @@
dnl Configure script for GRUB.
dnl Copyright 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
dnl Copyright 1999,2000,2001,2002,2003,2004,2005 Free Software Foundation, Inc.
dnl Permission to use, copy, modify and distribute this software and its
dnl documentation is hereby granted, provided that both the copyright
@ -13,7 +13,7 @@ dnl LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE
dnl USE OF THIS SOFTWARE.
AC_PREREQ(2.57)
AC_INIT([GRUB], [0.95], [bug-grub@gnu.org])
AC_INIT([GRUB], [0.96], [bug-grub@gnu.org])
AC_CONFIG_SRCDIR([stage2/stage2.c])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE