From f5e38d75fd2a9005aee19459751dab03eb76cab8 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Tue, 19 Oct 2021 09:09:32 +0200 Subject: [PATCH] prepare for upcoming release 2.3.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ecab3fd..1b7f69ad 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.2 -VERSION = 2.2.0 +SONAME = 2.3 +VERSION = 2.3.0 #