From 21723da11859255dce52396de1953add81a5197e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 6 Nov 2003 10:06:50 +0000 Subject: [PATCH] * configure.ac: Bump version to 0.0k. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d8a80aab..2dc6bc265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-06 Alexandre Duret-Lutz + + * configure.ac: Bump version to 0.0k. + 2003-11-03 Alexandre Duret-Lutz * iface/gspn/eesrg.cc (tgba_succ_iterator_gspn_eesrg::step): diff --git a/configure.ac b/configure.ac index e1580d0e3..ea04fb69e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.57]) -AC_INIT([spot], [0.0j]) +AC_INIT([spot], [0.0k]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([foreign nostdinc check-news 1.7.3])