From b9b365e7318bdb572fd556d6b3d6b1377e49ccb1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 13 Jan 2004 17:57:07 +0000 Subject: [PATCH] * configure.ac, NEWS: Bump version to 0.0o. --- ChangeLog | 2 ++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2cc884860..00062b622 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-01-13 Alexandre Duret-Lutz + * configure.ac, NEWS: Bump version to 0.0o. + * configure.ac: Bump version to 0.0n. * NEWS: Update. diff --git a/NEWS b/NEWS index 10661391b..6593d4ade 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in spot 0.0o: + New in spot 0.0n (2004-01-13): * emptiness_check::check2() is a variant of Couvreur's emptiness check that diff --git a/configure.ac b/configure.ac index 8d7a3773b..c455b33e4 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # 02111-1307, USA. AC_PREREQ([2.57]) -AC_INIT([spot], [0.0n]) +AC_INIT([spot], [0.0o]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([gnits nostdinc 1.8])