From 5be5e5b58fafff02745f5912b3f4820e1e58e745 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 25 Jul 2020 13:11:52 -0500 Subject: [PATCH] Update soname. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9c02b4f..1e3f49ed 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ build/janet.c: build/janet_boot src/boot/boot.janet ##### Amalgamation ##### ######################## -SONAME=libjanet.so.1.10 +SONAME=libjanet.so.1.11 build/shell.c: src/mainclient/shell.c cp $< $@