From dc9d88f4b1bad73a409f89e4ed688c653eaea229 Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Fri, 14 May 2021 09:33:48 +0200 Subject: [PATCH] Bump version to 4.3.12 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e4b0c31..a039e37b 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.11 +export VERSION = 4.3.12 all: $(MAKE) -C src all