From 6bda1327b5f4b9e25a2d2b5021c2d9d42d27c15d Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 5 Mar 2023 11:16:16 +0100 Subject: [PATCH] Update soname (forgot 4.0.0 breaking changes) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1305e42..c22da5b 100644 --- a/makefile +++ b/makefile @@ -60,7 +60,7 @@ LIBDIR=$(PREFIX)/lib INCLUDEDIR=$(PREFIX)/include PKGCONFIGDIR=$(LIBDIR)/pkgconfig MANDIR=$(PREFIX)/share/man/man3 -SONAME=libmonocypher.so.3 +SONAME=libmonocypher.so.4 .PHONY: all library static-library dynamic-library \ install install-doc \ -- 2.47.3