From 7f5b6a969018a1908d11c59d1ab22cddfe7711f6 Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 12 Nov 2019 22:07:32 +0100 Subject: [PATCH] Bumped version to 3.2.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 82abff3d..9184ff02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(lms, 3.1.0, test@test) +AC_INIT(lms, 3.2.0, test@test) AM_INIT_AUTOMAKE AC_CONFIG_HEADER(src/config/config.h)