Update Makefile

This commit is contained in:
Rafal Goslawski 2017-06-21 11:13:01 +02:00 committed by GitHub
parent 27ac6aeea5
commit e1f92ec2cc
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.7
export VERSION = 2.7.1
export VERSION = 2.7.4
all:
$(MAKE) -C src all