update version number in makefile

This commit is contained in:
Emiel Bruijntjes 2018-03-02 08:36:00 +01:00
parent 52c71ac168
commit 86262b1024
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 = 2.8
export VERSION = 2.8.0
export SONAME = 3.0
export VERSION = 3.0.0
all:
$(MAKE) -C src all