1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-01 02:02:22 +00:00

Update SONAME in Makefile.

This commit is contained in:
Calvin Rose
2022-04-01 21:41:07 -05:00
parent 5811b47aad
commit f05e5f908e
+1 -1
View File
@@ -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 $< $@