From 18cd6fc0c87ae13014510d364da9db87e17e219b Mon Sep 17 00:00:00 2001 From: Rafal Goslawski Date: Fri, 15 Jan 2016 14:52:13 +0100 Subject: [PATCH] Bump version to 2.5.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d1f13ca7..7ba125fa 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.4 -export VERSION = 2.4.0 +export SONAME = 2.5 +export VERSION = 2.5.0 all: $(MAKE) -C src all