Update some text files for upcoming 0.5.

* NEWS: Update for upcoming 0.5.
* HACKING: Update Automake requirement.
* README: Mention the mailing list.
* bench/ltlcounter/README: More text.
* configure.ac: Report bugs to spot@lrde.epita.fr.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-29 18:18:25 +01:00
parent 7d5f493fb2
commit c00a80a2fc
6 changed files with 109 additions and 4 deletions

View file

@ -22,7 +22,7 @@
# 02111-1307, USA.
AC_PREREQ([2.61])
AC_INIT([spot], [0.4a])
AC_INIT([spot], [0.4a], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnits nostdinc tar-ustar color-tests parallel-tests])