aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJosef Pospíšil <pe@pan.earth>2024-03-20 10:11:08 +0100
committerJosef Pospíšil <pe@pan.earth>2024-03-20 10:11:08 +0100
commit9f9146ffae4e215cff6a892b57fff6254e1acee7 (patch)
treec24be3962046f4b09d7c09e01fd7cf3a91180254 /Makefile
parentUpdate changelog for 1.34.0 (diff)
Prepare for 1.34.0 release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f69e8169..b143680b 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.33.dylib
+SONAME=libjanet.1.34.dylib
else
-SONAME=libjanet.so.1.33
+SONAME=libjanet.so.1.34
endif
build/c/shell.c: src/mainclient/shell.c