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])