From: Loup Vaillant Date: Mon, 25 Nov 2019 14:43:34 +0000 (+0100) Subject: Bumped soname (next release will break the ABI) X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=1cae82f0e2a0aeabbc2e544b354078a19518c234;p=Monocypher.git Bumped soname (next release will break the ABI) --- diff --git a/makefile b/makefile index f82f1db..2823522 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ DESTDIR= PREFIX=usr/local PKGCONFIG=$(DESTDIR)/$(PREFIX)/lib/pkgconfig MAN_DIR=$(DESTDIR)/$(PREFIX)/share/man/man3 -SONAME=libmonocypher.so.2 +SONAME=libmonocypher.so.3 VERSION=__git__