update version number in Makefile

This commit is contained in:
Emiel Bruijntjes 2018-04-05 11:13:52 +02:00
parent 69a201e741
commit 9077111f03
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 = 3.0
export VERSION = 3.0.0
export VERSION = 3.0.1
all:
$(MAKE) -C src all