From d9d4804bc95fbfe8c9e8ae414cda12b11ab0c280 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 30 Jan 2006 08:40:33 +0000 Subject: [PATCH] * NEWS, configure.ac: Bump version to 0.3a. --- ChangeLog | 4 ++++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 085123a16..3cc4cc144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-30 Alexandre Duret-Lutz + + * NEWS, configure.ac: Bump version to 0.3a. + 2006-01-25 Alexandre Duret-Lutz * NEWS, README, configure.ac: Update for version 0.3. diff --git a/NEWS b/NEWS index 5ad378a5b..b58b6d94e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +New in spot 0.3a: + New in spot 0.3 (2005-01-25): * lbtt 1.2.0 diff --git a/configure.ac b/configure.ac index 7bb85f78c..b1d6e3919 100644 --- a/configure.ac +++ b/configure.ac @@ -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])