From d33ad6d6bfcd7c9a105fea2a5056a24d06694e8c Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 1 Aug 2003 10:29:46 +0000 Subject: [PATCH] * configure.ac: Bump version to 0.0g. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 91ccc6957..a542aa8ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ 2003-08-01 Alexandre Duret-Lutz + * configure.ac: Bump version to 0.0g. + * configure.ac, NEWS: Bump version to 0.0f. + * iface/gspn/simple.test, iface/gspn/dcswave.test, iface/gspn/dcswaveltl.test: Make sure the example directory is writable. diff --git a/configure.ac b/configure.ac index 95c586964..dd36df07e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([spot], [0.0f]) +AC_INIT([spot], [0.0g]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])