aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2025-09-02 07:08:51 -0500
committerCalvin Rose <calsrose@gmail.com>2025-09-02 07:08:51 -0500
commit355c514f0e09d3add0081e9944051a4f170ed8f9 (patch)
tree39093238d877906efca612c953d071a2ba9b54cb /Makefile
parentUpdate CHANGELOG.md (diff)
Minor version bump for linking.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 43a53886..6e703324 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.39.dylib
+SONAME=libjanet.1.40.dylib
else
-SONAME=libjanet.so.1.39
+SONAME=libjanet.so.1.40
endif
ifeq ($(MINGW_COMPILER), clang)