prepare for upcoming release

This commit is contained in:
Emiel Bruijntjes 2023-04-12 14:44:06 +02:00
parent 9413c9d7aa
commit 4fcbd19072
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
project(amqpcpp)
set (VERSION_MAJOR 4)
set (VERSION_MINOR 3)
set (VERSION_PATCH 23)
set (VERSION_PATCH 24)
set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
# build options

View File

@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = amqpcpp
export SONAME = 4.3
export VERSION = 4.3.23
export VERSION = 4.3.24
all:
$(MAKE) -C src all