aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-04-04 21:50:27 -0500
committerCalvin Rose <calsrose@gmail.com>2020-04-04 21:50:27 -0500
commit810ef7401cecb910deeb45f7b18975170eff4a35 (patch)
treec07258ba2e0c8fcc78801702433d649c1a1f1dc2 /Makefile
parentAddress #306 - Add unicode escapes. (diff)
Update changelog and bump version to dev version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69d05be3..68367962 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ build/janet.c: build/janet_boot src/boot/boot.janet
##### Amalgamation #####
########################
-SONAME=libjanet.so.1.8
+SONAME=libjanet.so.1.9
build/shell.c: src/mainclient/shell.c
cp $< $@