From 3820faba7054dff72f809ccebfc0ed626ebb1146 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 6 Nov 2023 18:19:31 +0100 Subject: [PATCH] prepare for upcoming 2.4.0 release --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index debc48f7..9ea93eaf 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,8 @@ INSTALL_LIB = ${INSTALL_PREFIX}/lib # Otherwise only release verions changes. (version is MAJOR.MINOR.RELEASE) # -SONAME = 2.3 -VERSION = 2.3.5 +SONAME = 2.4 +VERSION = 2.4.0 #