prepared for upcoming version 4.3.22

This commit is contained in:
Emiel Bruijntjes 2023-03-26 18:43:32 +02:00
parent e841b3ff69
commit 31ded89de5
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 21)
set (VERSION_PATCH 22)
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.21
export VERSION = 4.3.22
all:
$(MAKE) -C src all