aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-03-05 09:48:25 -0600
committerCalvin Rose <calsrose@gmail.com>2023-03-05 09:48:25 -0600
commit01aab666676c5f93529ba8db5d97b9db1f4c499a (patch)
treef92fc4164a6854f69baa36b374e62f533b73a4a9 /Makefile
parentChange semantics of bracketed tuple equality. (diff)
Prepare for 1.27.0 release.v1.27.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a108525d..6aa76508 100644
--- a/Makefile
+++ b/Makefile
@@ -176,9 +176,9 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.26.dylib
+SONAME=libjanet.1.27.dylib
else
-SONAME=libjanet.so.1.26
+SONAME=libjanet.so.1.27
endif
build/c/shell.c: src/mainclient/shell.c