* NEWS, configure.ac: Bump version to 0.3a.

This commit is contained in:
Alexandre Duret-Lutz 2006-01-30 08:40:33 +00:00
parent 05d0353d04
commit d9d4804bc9
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-01-30 Alexandre Duret-Lutz <adl@src.lip6.fr>
* NEWS, configure.ac: Bump version to 0.3a.
2006-01-25 Alexandre Duret-Lutz <adl@src.lip6.fr>
* NEWS, README, configure.ac: Update for version 0.3.

2
NEWS
View file

@ -1,3 +1,5 @@
New in spot 0.3a:
New in spot 0.3 (2005-01-25):
* lbtt 1.2.0

View file

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