diff --git a/ChangeLog b/ChangeLog index 71734af8e..c60246c9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2003-08-18 Alexandre Duret-Lutz + * configure.ac: Bump version to 0.0i. + * configure.ac, NEWS: Bump version to 0.0h. + * wrap/python/cgi/Makefile.am (CLEANFILES): Clean ltl2tgba.py. * wrap/python/tests/ltl2tgba.test: Run $srcdir/ltl2tgba.py, not diff --git a/configure.ac b/configure.ac index 4f104854f..2141810de 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([spot], [0.0h]) +AC_INIT([spot], [0.0i]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])