aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorbakpakin <calsrose@gmail.com>2022-05-09 10:19:40 -0500
committerbakpakin <calsrose@gmail.com>2022-05-09 10:19:40 -0500
commit85129a18734f5fee377d6abf89c6ffc74025a5b0 (patch)
tree012d800f6891e4aee741860b9edc982fb0df74b5 /Makefile
parentAdd `module/value` function to make grabbing bindings out module tables. (diff)
Prepare for 1.22.0 release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab107ec6..f8c4cfbb 100644
--- a/Makefile
+++ b/Makefile
@@ -167,9 +167,9 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.21.dylib
+SONAME=libjanet.1.22.dylib
else
-SONAME=libjanet.so.1.21
+SONAME=libjanet.so.1.22
endif
build/c/shell.c: src/mainclient/shell.c