Bump version to 4.3.0

This commit is contained in:
Rafal Goslawski 2020-10-07 13:45:34 +02:00 committed by GitHub
parent 5fd9c7331b
commit 9b5576e4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ PREFIX ?= /usr
INCLUDE_DIR = ${PREFIX}/include INCLUDE_DIR = ${PREFIX}/include
LIBRARY_DIR = ${PREFIX}/lib LIBRARY_DIR = ${PREFIX}/lib
export LIBRARY_NAME = amqpcpp export LIBRARY_NAME = amqpcpp
export SONAME = 4.2 export SONAME = 4.3
export VERSION = 4.2.1 export VERSION = 4.3.0
all: all:
$(MAKE) -C src all $(MAKE) -C src all