* NEWS, configure.in: Bump version to 0.4a.

This commit is contained in:
Alexandre Duret-Lutz 2007-07-23 11:46:36 +00:00
parent 82583754cd
commit fd2033aaba
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-07-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
* NEWS, configure.in: Bump version to 0.4a.
2007-07-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
* NEWS, configure.in: Bump version to 0.4.

2
NEWS
View file

@ -1,3 +1,5 @@
New in spot 0.4a:
New in spot 0.4 (2007-07-17):
* Upgrade to Autoconf 2.61, Automake 1.10, Bison 2.3, and Swig 1.3.31.

View file

@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.61])
AC_INIT([spot], [0.4])
AC_INIT([spot], [0.4a])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([1.10 gnits nostdinc tar-ustar])