aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-02-08 18:10:46 -0600
committerCalvin Rose <calsrose@gmail.com>2021-02-08 18:10:46 -0600
commitbdf14170a4d8132a21903a032ecaa799f8926cc2 (patch)
tree2fe4658b3057f1ccc8f2f664300564bbd272ac5c /Makefile
parentImmediate instuctions will now call :compare method. (diff)
Get ready for 1.15.0 release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6afab92..b5a00a70 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
##### Amalgamation #####
########################
-SONAME=libjanet.so.1.14
+SONAME=libjanet.so.1.15
build/c/shell.c: src/mainclient/shell.c
cp $< $@