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

This commit is contained in:
Alexandre Duret-Lutz 2005-01-31 13:01:08 +00:00
parent f07aba5ac3
commit 885097ae62
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2005-01-31 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.1a.
* configure.ac, NEWS: Bump version to 0.1.
2005-01-30 Alexandre Duret-Lutz <adl@src.lip6.fr>

2
NEWS
View file

@ -1,3 +1,5 @@
New in spot 0.1a:
New in spot 0.1 (2005-01-31):
* Emptiness checks:

View file

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