From e084e06f4335ea2d6fb99c08238b613c6d9abdf1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 16 Apr 2010 10:29:43 +0200 Subject: [PATCH] * NEWS, configure.ac: Bump version to 0.6a. --- ChangeLog | 4 ++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e13346e69..f11def3f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-16 Alexandre Duret-Lutz + + * NEWS, configure.ac: Bump version to 0.6a. + 2010-04-16 Alexandre Duret-Lutz Release Spot 0.6. diff --git a/NEWS b/NEWS index f393de7f0..d0ad14e7a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in spot 0.6a: + + Nothing yet. + New in spot 0.6 (16-04-2010): * Several optimizations to improve some auxiliary steps diff --git a/configure.ac b/configure.ac index 5759fbd0b..226b955af 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # 02111-1307, USA. AC_PREREQ([2.61]) -AC_INIT([spot], [0.6], [spot@lrde.epita.fr]) +AC_INIT([spot], [0.6a], [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])