From 3d2135c883fc93c71a12c73f1e47c5437f6b1c82 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 13 Aug 2004 13:32:46 +0000 Subject: [PATCH] * configure.ac, NEWS: Bump version to 0.0y. --- ChangeLog | 2 ++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ba5b3b8b7..334cf51a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-08-13 Alexandre Duret-Lutz + * configure.ac, NEWS: Bump version to 0.0y. + * configure.ac, NEWS: Bump version to 0.0x. 2004-08-12 Alexandre Duret-Lutz diff --git a/NEWS b/NEWS index 534d8379b..0d8566092 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in spot 0.0y: + New in spot 0.0x (2004-08-13): * New atomic_prop_collect() function: collect atomic propositions diff --git a/configure.ac b/configure.ac index f59dec188..726a1c8cc 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # 02111-1307, USA. AC_PREREQ([2.59]) -AC_INIT([spot], [0.0x]) +AC_INIT([spot], [0.0y]) AC_CONFIG_AUX_DIR([tools]) AM_INIT_AUTOMAKE([gnits nostdinc 1.8])