From 1dd04760a92ee02e99e778434ad370fcdb47bd4a Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Thu, 15 Nov 2018 11:48:34 +0100 Subject: [PATCH] Bump version to 4.0.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5a9ca6..0ea9e6e 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 = 3.2 -export VERSION = 3.2.0 +export SONAME = 4.0 +export VERSION = 4.0.0 all: $(MAKE) -C src all