* configure.ac, NEWS: Bump version to 0.0w.

This commit is contained in:
Alexandre Duret-Lutz 2004-06-29 18:24:17 +00:00
parent 31b163dbf8
commit 7ff3898139
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2004-06-29 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.0w.
* configure.ac, NEWS: Bump version to 0.0v.
2004-06-28 Thomas Martinez <martinez@src.lip6.fr>

2
NEWS
View file

@ -1,3 +1,5 @@
New in spot 0.0w:
New in spot 0.0v (2004-06-29):
* LTL formula simplifications using basic rewriting rules,

View file

@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.59])
AC_INIT([spot], [0.0v])
AC_INIT([spot], [0.0w])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([gnits nostdinc 1.8])