Bump version to 2.6.0

This commit is contained in:
Rafal Goslawski 2016-06-30 11:19:54 +02:00 committed by GitHub
parent b91e0589f6
commit f3343ad1cb
1 changed files with 2 additions and 2 deletions

View File

@ -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