Update Makefile

This commit is contained in:
Rafal Goslawski 2016-03-16 10:43:24 +01:00
parent 70a7565c4e
commit daefbdeb00
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.0
export VERSION = 2.5.1
all:
$(MAKE) -C src all