From 9b5576e4cb688ac03e78af5541cdcb34487c9693 Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Wed, 7 Oct 2020 13:45:34 +0200 Subject: [PATCH] Bump version to 4.3.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2873c4c..61d2fbd 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ PREFIX ?= /usr INCLUDE_DIR = ${PREFIX}/include LIBRARY_DIR = ${PREFIX}/lib export LIBRARY_NAME = amqpcpp -export SONAME = 4.2 -export VERSION = 4.2.1 +export SONAME = 4.3 +export VERSION = 4.3.0 all: $(MAKE) -C src all