aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-04-01 21:41:07 -0500
committerCalvin Rose <calsrose@gmail.com>2022-04-01 21:41:07 -0500
commitf05e5f908e350d7e643c88514be859154b35b853 (patch)
tree83ee82fa1d0450d4b66c720890d3cce87abdcbfb
parentMerge pull request #942 from Techcable/patch-1 (diff)
Update SONAME in Makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $< $@