From 358a90e2c7c7d804e3aa1cda261a0ab49f72957c Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Tue, 16 Oct 2018 14:31:17 +0200 Subject: [PATCH] Bump version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 66b50897..a5a9ca64 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.1 -export VERSION = 3.1.0 +export SONAME = 3.2 +export VERSION = 3.2.0 all: $(MAKE) -C src all