From 7d85352432eb955d13e7da57554c6f8031d546e9 Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Wed, 23 Sep 2020 18:55:42 +0200 Subject: [PATCH] Bump version to 4.2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d15380d..43fa188 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.1 -export VERSION = 4.1.6 +export SONAME = 4.2 +export VERSION = 4.2.0 all: $(MAKE) -C src all