1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-03 17:13:10 +00:00

Prepare for 1.33.0 release

This commit is contained in:
Josef Pospíšil
2024-01-07 16:26:20 +01:00
parent 9142f38cbc
commit 5b9aa9237c
4 changed files with 29 additions and 6 deletions

View File

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