1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-01 16:13:02 +00:00

Prepare for 1.36.0 release.

This commit is contained in:
Calvin Rose
2024-09-07 12:33:28 -05:00
parent f9a6f52d9c
commit c0d7a49b19
4 changed files with 7 additions and 7 deletions

View File

@@ -205,9 +205,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile
########################
ifeq ($(UNAME), Darwin)
SONAME=libjanet.1.35.dylib
SONAME=libjanet.1.36.dylib
else
SONAME=libjanet.so.1.35
SONAME=libjanet.so.1.36
endif
build/c/shell.c: src/mainclient/shell.c