aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorbakpakin <calsrose@gmail.com>2022-08-14 20:19:39 -0500
committerbakpakin <calsrose@gmail.com>2022-08-14 20:20:09 -0500
commit34496ecaf0edfaeaf3e6bf746f4be4c54eef2f58 (patch)
tree9e528f9dd1d4c74f28a939a5aa64d289854012cb /Makefile
parentAdd win32 ffi example. (diff)
Prepare for 1.24.0 release.v1.24.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eec7a925..e59691f2 100644
--- a/Makefile
+++ b/Makefile
@@ -168,9 +168,9 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.23.dylib
+SONAME=libjanet.1.24.dylib
else
-SONAME=libjanet.so.1.23
+SONAME=libjanet.so.1.24
endif
build/c/shell.c: src/mainclient/shell.c