From 4fcbd19072d2513fd31a8d62ad6dda6a5ed76c0b Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Wed, 12 Apr 2023 14:44:06 +0200 Subject: [PATCH] prepare for upcoming release --- CMakeLists.txt | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4be4d0..b5ac66f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Makefile b/Makefile index b11c2bb..d460001 100644 --- a/Makefile +++ b/Makefile @@ -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