aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-03-18 21:14:21 -0500
committerCalvin Rose <calsrose@gmail.com>2025-03-18 21:14:45 -0500
commit73334f34857b0124546ce79b4bda094a4b18a019 (patch)
treeca27bc162ede221236647f9ba57288ba81fe7828 /Makefile
parentMerge pull request #1572 from tsujamin/janet-ffi-define-fix (diff)
Prepare for 1.38.0 release.v1.38.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e167535e..1270713a 100644
--- a/Makefile
+++ b/Makefile
@@ -213,9 +213,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.37.dylib
+SONAME=libjanet.1.38.dylib
else
-SONAME=libjanet.so.1.37
+SONAME=libjanet.so.1.38
endif
ifeq ($(MINGW_COMPILER), clang)