aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-06-19 15:07:35 -0500
committerCalvin Rose <calsrose@gmail.com>2022-06-19 15:07:35 -0500
commit0a15a5ee564d3b283564d5e183a0b57abc40b579 (patch)
treee5a7d7e3126a57c6554c67a90de109de9d6ac43e /Makefile
parentFix trailing :pack-all or :pack in struct. (diff)
Prepare for 1.23.0 release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd8e0f25..0fdcb64d 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.22.dylib
+SONAME=libjanet.1.23.dylib
else
-SONAME=libjanet.so.1.22
+SONAME=libjanet.so.1.23
endif
build/c/shell.c: src/mainclient/shell.c