From 4e545d00adedbf23c1b5577bd3266aaad3d85d49 Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Mon, 19 Oct 2020 13:23:53 +0200 Subject: [PATCH] Bump version to 4.3.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60f7db5..1f9b9ad 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.3 +export VERSION = 4.3.5 all: $(MAKE) -C src all