prepare for upcoming release

This commit is contained in:
Emiel Bruijntjes 2022-09-12 10:54:24 +02:00
parent 7142d45363
commit 838a510b33
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = amqpcpp export LIBRARY_NAME = amqpcpp
export SONAME = 4.3 export SONAME = 4.3
export VERSION = 4.3.17 export VERSION = 4.3.18
all: all:
$(MAKE) -C src all $(MAKE) -C src all