diff --git a/ChangeLog b/ChangeLog index 0d8a80aab..2dc6bc265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-06 Alexandre Duret-Lutz + + * configure.ac: Bump version to 0.0k. + 2003-11-03 Alexandre Duret-Lutz * iface/gspn/eesrg.cc (tgba_succ_iterator_gspn_eesrg::step): diff --git a/configure.ac b/configure.ac index e1580d0e3..ea04fb69e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([spot], [0.0j]) +AC_INIT([spot], [0.0k]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])