aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-01-16 15:54:27 -0600
committerCalvin Rose <calsrose@gmail.com>2021-01-16 15:54:27 -0600
commit6dfb689d1fd4ef00c38cbacef65e7674d09b2fe4 (patch)
tree2bd28e7cfde229d050df55b11ae5d81694661d79 /Makefile
parentAdd os/proc-close to close all pipes associated with a subprocess. (diff)
Update versions to indicate 14.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ada4840..5832787e 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ build/janet.c: build/janet_boot src/boot/boot.janet
##### Amalgamation #####
########################
-SONAME=libjanet.so.1.13
+SONAME=libjanet.so.1.14
build/shell.c: src/mainclient/shell.c
cp $< $@