Update Makefile

Bump version to 2.8
This commit is contained in:
Rafal Goslawski 2017-12-15 15:41:47 +01:00 committed by GitHub
parent f05aba0782
commit 5c002774de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.7
export VERSION = 2.7.4
export SONAME = 2.8
export VERSION = 2.8.0
all:
$(MAKE) -C src all