]> git.codecow.com Git - Monocypher.git/commitdiff
Update soname (forgot 4.0.0 breaking changes)
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 5 Mar 2023 10:16:16 +0000 (11:16 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 5 Mar 2023 10:16:23 +0000 (11:16 +0100)
makefile

index 1305e42376972fce64c36273ac31a5b2f4d020d1..c22da5b2007b6aa964d84fee26c4a1b3499c6ee0 100644 (file)
--- 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                         \