Bump version to 4.3.7

This commit is contained in:
Rafal Goslawski 2020-10-23 12:12:22 +02:00 committed by GitHub
parent d9f04c4f7d
commit 467bb8583b
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 = 4.3 export SONAME = 4.3
export VERSION = 4.3.6 export VERSION = 4.3.7
all: all:
$(MAKE) -C src all $(MAKE) -C src all