Update Makefile

This commit is contained in:
Rafal Goslawski 2016-06-14 14:32:58 +02:00 committed by GitHub
parent 7384b521ac
commit 70d9224dd6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = amqpcpp
export SONAME = 2.5
export VERSION = 2.5.1
export VERSION = 2.5.2
all:
$(MAKE) -C src all