From f05e5f908e350d7e643c88514be859154b35b853 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 1 Apr 2022 21:41:07 -0500 Subject: [PATCH] Update SONAME in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72e728b6..4e1359c2 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet ##### Amalgamation ##### ######################## -SONAME=libjanet.so.1.20 +SONAME=libjanet.so.1.21 build/c/shell.c: src/mainclient/shell.c cp $< $@