From 36c53ece2ab75a10228aba6648a76fa8db81dcea Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 20 Feb 2017 08:04:34 +0100 Subject: [PATCH] * configure.ac: Bump version to 2.3.1.dev. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e165a2c15..4283d528a 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.3.1], [spot@lrde.epita.fr]) +AC_INIT([spot], [2.3.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]) -- GitLab