Update Makefile

Bump version to 3.1.0
This commit is contained in:
Rafal Goslawski 2018-05-22 11:24:19 +02:00 committed by GitHub
parent 025fdb5530
commit 0efac6a8da
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 = 3.0
export VERSION = 3.0.2
export SONAME = 3.1
export VERSION = 3.1.0
all:
$(MAKE) -C src all