Bump to 1.30i

This commit is contained in:
Akim Demaille
2001-12-22 14:39:44 +00:00
parent 6929a4a0e8
commit 12a04365ce
3 changed files with 18 additions and 12 deletions

View File

@@ -20,10 +20,10 @@
# We need a recent Autoconf to run a recent Autotest.
AC_PREREQ(2.52g)
AC_INIT([GNU Bison], [1.30h], [bug-bison@gnu.org])
AC_INIT([GNU Bison], [1.30i], [bug-bison@gnu.org])
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE([bison], [1.30h])
AM_INIT_AUTOMAKE([bison], [1.30i])
AM_CONFIG_HEADER(config.h:config.hin)
# Initialize the test suite.