aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2026-01-10 15:40:04 -0600
committerCalvin Rose <calsrose@gmail.com>2026-01-10 15:40:04 -0600
commitf80690e4c9f80fb4fe10196114e83523ddb194d4 (patch)
treebccdd469259c3bc7658d9cf7122ed7bd033a825c /Makefile
parentMake varfn correctly handle verbose metadata. (diff)
Version bump for wip 1.41.x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 81b862e6..b60c2c90 100644
--- a/Makefile
+++ b/Makefile
@@ -220,9 +220,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.40.dylib
+SONAME=libjanet.1.41.dylib
else
-SONAME=libjanet.so.1.40
+SONAME=libjanet.so.1.41
endif
ifeq ($(MINGW_COMPILER), clang)