aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-11-05 16:38:52 -0500
committerCalvin Rose <calsrose@gmail.com>2022-11-05 16:38:52 -0500
commit914a4360e7e543702b0bf165c32a84b8fac1928e (patch)
treed14a4acf091f75f6ff659374a714b5a58b0a80f7 /Makefile
parentRemove unused assert.h (diff)
Indicate version bump since header file changed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 02bd3c22..a72413b6 100644
--- a/Makefile
+++ b/Makefile
@@ -169,9 +169,9 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.25.dylib
+SONAME=libjanet.1.26.dylib
else
-SONAME=libjanet.so.1.25
+SONAME=libjanet.so.1.26
endif
build/c/shell.c: src/mainclient/shell.c