From d874332e2786296db9b71f708e90735078199df7 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 26 Jun 2003 16:45:43 +0000 Subject: [PATCH] * configure.ac: Bump version to 0.0c. --- ChangeLog | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 344b77304..1a4b76ba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-06-26 Alexandre Duret-Lutz + * configure.ac: Bump version to 0.0c. + * configure.ac: Bump version to 0.0b. * INSTALL: New file. diff --git a/configure.ac b/configure.ac index 3619dfebc..b4969cb8a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([spot], [0.0b]) +AC_INIT([spot], [0.0c]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign nostdinc 1.7.3]) @@ -39,4 +39,4 @@ AC_CONFIG_FILES([ src/misc/Makefile wrap/Makefile ]) -AC_OUTPUT \ No newline at end of file +AC_OUTPUT