From cce4594ce8dabab0d173a7b25dabc7f739ede031 Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Wed, 21 Oct 2020 11:20:52 +0200 Subject: [PATCH] Bump version to 4.3.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f9b9ad..7450948 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.5 +export VERSION = 4.3.6 all: $(MAKE) -C src all