aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-09-17 14:53:03 -0500
committerCalvin Rose <calsrose@gmail.com>2023-09-17 14:53:03 -0500
commit4e5889ed59fd78d3912590af3277a3346a97e033 (patch)
treefecf32275705953536358d155cff605ab63ccf23 /Makefile
parentMerge pull request #1288 from sogaiu/more-error-loc-info-in-dobytes (diff)
Prepare for 1.31.0 release.v1.31.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b624cbd5..5bd9bfe4 100644
--- a/Makefile
+++ b/Makefile
@@ -196,9 +196,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.30.dylib
+SONAME=libjanet.1.31.dylib
else
-SONAME=libjanet.so.1.30
+SONAME=libjanet.so.1.31
endif
build/c/shell.c: src/mainclient/shell.c