From 0728b38cdd4ca5a1c2be7bdbdc26f2711b1b2b82 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 1 Feb 2010 10:08:40 +0100 Subject: [PATCH] Release Spot 0.5. * NEWS, configure.in: Bump version to 0.5. --- ChangeLog | 6 ++++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 745a98457..8d5937417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-01 Alexandre Duret-Lutz + + Release Spot 0.5. + + * NEWS, configure.in: Bump version to 0.5. + 2010-01-31 Alexandre Duret-Lutz * doc/Makefile.am ($(srcdir)/stamp): Do not depend on dot diff --git a/NEWS b/NEWS index 6199c210d..cbbacc17d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in spot 0.4a (2010-01-31): +New in spot 0.5 (2010-02-01): * We have setup two mailing lists: - is read-only and will be used to diff --git a/configure.ac b/configure.ac index f8a7f8592..2f170cec9 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # 02111-1307, USA. AC_PREREQ([2.61]) -AC_INIT([spot], [0.4a], [spot@lrde.epita.fr]) +AC_INIT([spot], [0.5], [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])