set Makefile soname to 3.0.2

This commit is contained in:
Rafal Goslawski 2018-04-30 12:15:27 +02:00 committed by GitHub
parent 5d69cc567c
commit 5b18c984b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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