aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2024-06-15 07:11:48 -0500
committerCalvin Rose <calsrose@gmail.com>2024-06-15 07:11:48 -0500
commit0d9e999113f8ac9e4240db4eb68c0e975cf6c0ee (patch)
tree098b21837fd311a1b1a19aada91d09639982f9a3 /Makefile
parentError on buffer/push-uint16 with non 16 bit unsigned integer. (diff)
Prepare for 1.35.0 release.v1.35.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b143680b..e3af90c9 100644
--- a/Makefile
+++ b/Makefile
@@ -204,9 +204,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile
########################
ifeq ($(UNAME), Darwin)
-SONAME=libjanet.1.34.dylib
+SONAME=libjanet.1.35.dylib
else
-SONAME=libjanet.so.1.34
+SONAME=libjanet.so.1.35
endif
build/c/shell.c: src/mainclient/shell.c