From f3343ad1cb64f5a58849fcf0ee3cc22dece2393c Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Thu, 30 Jun 2016 11:19:54 +0200 Subject: [PATCH] Bump version to 2.6.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4046538c..f0a37642 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.5 -export VERSION = 2.5.2 +export SONAME = 2.6 +export VERSION = 2.6.0 all: $(MAKE) -C src all