2005-10-15 Yoshinori K. Okuji <okuji@enbug.org>

* configure.ac (AC_INIT): Increase the version number to 1.91.

        * DISTLIST: Added include/grub/terminfo.h, include/grub/tparm.h,
        include/grub/i386/pc/serial.h, term/terminfo.c, term/tparm.c and
        term/i386/pc/serial.c.
This commit is contained in:
okuji 2005-10-15 18:10:37 +00:00
parent 219ad4262c
commit 4801580bfa
5 changed files with 132 additions and 69 deletions

View file

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
# Copyright (C) 2002,2003,2004 Free Software Foundation, Inc.
# Copyright (C) 2002,2003,2004,2005 Free Software Foundation, Inc.
#
# This configure.ac is free software; the author
# gives unlimited permission to copy and/or distribute it,
@ -11,7 +11,7 @@
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
AC_INIT(GRUB, 1.90, [bug-grub@gnu.org])
AC_INIT(GRUB, 1.91, [bug-grub@gnu.org])
AC_PREREQ(2.53)
AC_CONFIG_SRCDIR([include/grub/dl.h])
AC_CONFIG_HEADER([config.h])