prepare for upcoming release

This commit is contained in:
Emiel Bruijntjes 2023-01-11 09:05:39 +01:00
parent 6ddabe4ead
commit 1adbd25164
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 19)
set (VERSION_PATCH 20)
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.19
export VERSION = 4.3.20
all:
$(MAKE) -C src all