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

This commit is contained in:
Alexandre Duret-Lutz 2004-08-13 13:18:10 +00:00
parent 4531700d36
commit 280ad8d756
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-08-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.0x.
2004-08-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.

10
NEWS
View file

@ -1,4 +1,12 @@
New in spot 0.0w:
New in spot 0.0x (2004-08-13):
* New atomic_prop_collect() function: collect atomic propositions
in an LTL formula.
* Fix several typos in documentation, and some warnings in the code.
* Now compiles on Darwin and Cygwin.
* Upgrade to Automake 1.9.1, and lbtt 1.1.2.
(And drop support for older lbtt versions.)
* Support newer versions of Valgrind (>= 2.1.0).
New in spot 0.0v (2004-06-29):

View file

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