From 3013ba8da61b05e662928bd02cef0c4255e87ae5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 13 Jul 2003 14:57:23 +0000 Subject: [PATCH] * configure.ac: Bump version to 0.0e. --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 61bc88132..6357317ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-13 Alexandre Duret-Lutz + * configure.ac: Bump version to 0.0e. + * configure.ac: Bump version to 0.0d. * NEWS, README: New files. diff --git a/configure.ac b/configure.ac index cee287a84..7591ff11b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([spot], [0.0d]) +AC_INIT([spot], [0.0e]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])