aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-08-24 17:09:00 -0500
committerCalvin Rose <calsrose@gmail.com>2025-08-24 17:09:39 -0500
commit4e02f27eb95ea2bdc86464a42bf678f700dfe82c (patch)
tree45039cd96a9abce4a5e5a1ce8a6bc907034c561e /Makefile
parentMerge pull request #1628 from snltd/illumos-support (diff)
Prepare for 1.39.0 releasev1.39.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 857bf421..43a53886 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.38.dylib
+SONAME=libjanet.1.39.dylib
else
-SONAME=libjanet.so.1.38
+SONAME=libjanet.so.1.39
endif
ifeq ($(MINGW_COMPILER), clang)