From 973c5bc0500d34b4e90d9126de77b66a88f93ed8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 27 Oct 2012 12:11:59 +0200 Subject: [PATCH] * NEWS, configure.ac: Bump version to 1.0a --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 99c0dba19..aed5fd394 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in spot 1.0a (not released): + + Nothing yet. + New in spot 1.0 (2012-10-27): * License change: Spot is now distributed using GPL v3+ instead diff --git a/configure.ac b/configure.ac index e8af1a036..5dc9667c3 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # along with this program. If not, see . AC_PREREQ([2.61]) -AC_INIT([spot], [1.0], [spot@lrde.epita.fr]) +AC_INIT([spot], [1.0a], [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])