From 1cae82f0e2a0aeabbc2e544b354078a19518c234 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 25 Nov 2019 15:43:34 +0100 Subject: [PATCH] Bumped soname (next release will break the ABI) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.47.3