From 5c929ee4e8f9c9f12f538e9ecd15fe347c50b658 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 24 Apr 2023 12:58:02 +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 69deeaf..e14d707 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 24) +set (VERSION_PATCH 25) set (SO_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}) # build options diff --git a/Makefile b/Makefile index 6f9254c..9e076cc 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.24 +export VERSION = 4.3.25 all: $(MAKE) VERSION=${VERSION} -C src all