From e6cf349605698c40683bddf02b47128a72c6e23c Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Fri, 6 Nov 2015 12:12:07 +0100 Subject: [PATCH] Bump version to 2.3.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5c6d85d..39133524 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 = 2.2 -export VERSION = 2.2.3 +export SONAME = 2.3 +export VERSION = 2.3.0 all: $(MAKE) -C src all