From c905a71ab88f03d076b69a1739051eb24dd29076 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 28 Nov 2011 17:36:52 +0100 Subject: [PATCH] * NEWS, configure.ac: Bump version to 0.8a. --- ChangeLog | 4 ++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb4682493..52b03e9e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-28 Alexandre Duret-Lutz + + * NEWS, configure.ac: Bump version to 0.8a. + 2011-11-28 Alexandre Duret-Lutz Release Spot 0.8. diff --git a/NEWS b/NEWS index ca14feccd..c64ba4492 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in spot 0.8a: + + Nothing yet. + New in spot 0.8 (2011-11-28): * Major new features: diff --git a/configure.ac b/configure.ac index 07fee92e1..8b42d948f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # 02111-1307, USA. AC_PREREQ([2.61]) -AC_INIT([spot], [0.8], [spot@lrde.epita.fr]) +AC_INIT([spot], [0.8a], [spot@lrde.epita.fr]) AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])