aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-08-26 13:15:30 -0500
committerCalvin Rose <calsrose@gmail.com>2022-08-26 13:15:30 -0500
commit03ba1f7021e8beefb62afb29e3c7a17cf373596f (patch)
tree5922eae334865b5ab4c3dbce2cf7b57b169cda23 /Makefile
parentAdd line loop example for awk or sed like processing. (diff)
Update CHANGELOG and version numbers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e59691f2..45499772 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.24.dylib
+SONAME=libjanet.1.25.dylib
else
-SONAME=libjanet.so.1.24
+SONAME=libjanet.so.1.25
endif
build/c/shell.c: src/mainclient/shell.c