From 8f6f044533cb20647491e286d4aead31ff2ff1ec Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 14 Feb 2020 13:28:42 +0100 Subject: [PATCH] Bumped version to v3.6.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 638b5bed..ac5aaf5e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(lms, 3.6.2, test@test) +AC_INIT(lms, 3.6.3, test@test) AM_INIT_AUTOMAKE AC_CONFIG_HEADER(src/config/config.h)