Skip to content

Commit

Permalink
prepared for upcoming version 4.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Mar 26, 2023
1 parent e841b3f commit 31ded89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31ded89

Please sign in to comment.