From bc66974bf2c12540ee347a0559477a8593f58812 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 19 Jan 2012 19:24:57 +0100 Subject: [PATCH] * configure.ac, NEWS: Bump version to 0.8.2a. --- ChangeLog | 4 ++++ NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 02b617cc9..0e7071f31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-19 Alexandre Duret-Lutz + + * configure.ac, NEWS: Bump version to 0.8.2a. + 2012-01-19 Alexandre Duret-Lutz Release Spot 0.8.2. diff --git a/NEWS b/NEWS index 5a8a60f83..1ecdcc2c5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in spot 0.8.2a: + + Nothing yet. + New in spot 0.8.2: * configure now has a --disable-python option to disable diff --git a/configure.ac b/configure.ac index c7594e995..6f13fdf7f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # 02111-1307, USA. AC_PREREQ([2.61]) -AC_INIT([spot], [0.8.2], [spot@lrde.epita.fr]) +AC_INIT([spot], [0.8.2a], [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])