From 838a510b336231af9497384e1483e8470063b999 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 12 Sep 2022 10:54:24 +0200 Subject: [PATCH] prepare for upcoming release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 765cfdf..7880dd5 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.17 +export VERSION = 4.3.18 all: $(MAKE) -C src all