diff --git a/ChangeLog b/ChangeLog index c1ef64aa0..1591574be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-12-01 Alexandre Duret-Lutz + * configure.ac: Bump version to 0.0m. + * configure.ac, NEWS: Bump version to 0.0l. * doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is in the srcdir. diff --git a/configure.ac b/configure.ac index d4f002434..748170dda 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # 02111-1307, USA. AC_PREREQ([2.57]) -AC_INIT([spot], [0.0l]) +AC_INIT([spot], [0.0m]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3])