aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-08-05 18:58:04 -0500
committerCalvin Rose <calsrose@gmail.com>2023-08-05 18:58:04 -0500
commitecc4d80a5ac342422c151a2704ec586a7e2fc3fa (patch)
tree4d57db3715b20f43c9baa4a64886eff448fc5bc2 /Makefile
parentMerge pull request #1236 from primo-ppcg/range (diff)
Prepare for 1.30.0 release.v1.30.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7140d25..b624cbd5 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.29.dylib
+SONAME=libjanet.1.30.dylib
else
-SONAME=libjanet.so.1.29
+SONAME=libjanet.so.1.30
endif
build/c/shell.c: src/mainclient/shell.c