From 561cbf1cdb4f29c8e525a2e74158c86a3f171003 Mon Sep 17 00:00:00 2001 From: Mohab Safey El Din Date: Sun, 12 Apr 2026 16:52:24 +0200 Subject: [PATCH 1/2] prepares v0.9.6 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 25ae86fb..07f2eb12 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([msolve], [0.9.5], [ederc@rptu.de,mohab.safey@lip6.fr]) -AC_SUBST([LT_VERSION],[3:5:0]) +AC_INIT([msolve], [0.9.6], [ederc@rptu.de,mohab.safey@lip6.fr]) +AC_SUBST([LT_VERSION],[3:6:0]) AM_INIT_AUTOMAKE([-Wall -Werror foreign silent-rules subdir-objects color-tests parallel-tests]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_MACRO_DIR([m4]) From 079dd50b6eab24308842019b1c09bdce3fd0ac14 Mon Sep 17 00:00:00 2001 From: Mohab Safey El Din Date: Sat, 30 May 2026 17:11:46 +0200 Subject: [PATCH 2/2] prepares next release 0.10.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 07f2eb12..994bbbe8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([msolve], [0.9.6], [ederc@rptu.de,mohab.safey@lip6.fr]) +AC_INIT([msolve], [0.10.0], [ederc@rptu.de,mohab.safey@lip6.fr]) AC_SUBST([LT_VERSION],[3:6:0]) AM_INIT_AUTOMAKE([-Wall -Werror foreign silent-rules subdir-objects color-tests parallel-tests]) AC_CONFIG_SRCDIR([config.h.in])