From 9b0ab316c27054b181978e508608fe1966082bd1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 1 Dec 2003 11:57:01 +0000 Subject: [PATCH] * configure.ac: Bump version to 0.0m. --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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])