From 0678d1a6626e083d033052a94597f71b1ae97906 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 23 Sep 2016 15:04:41 +0200 Subject: [PATCH] change the version from 2.1.1a to 2.1.1.dev for Debian Fixes #186. * configure.ac, NEWS: Update version. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b567b8d0a..6960c6da5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -New in spot 2.1.1a (not yet released) +New in spot 2.1.1.dev (not yet released) Library: diff --git a/configure.ac b/configure.ac index 89a394459..82a0a8108 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # along with this program. If not, see . AC_PREREQ([2.61]) -AC_INIT([spot], [2.1.1a], [spot@lrde.epita.fr]) +AC_INIT([spot], [2.1.1.dev], [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])