1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-30 07:03:02 +00:00

Update CHANGELOG and version numbers.

This commit is contained in:
Calvin Rose
2022-08-26 13:15:30 -05:00
parent 1f7f20788c
commit 03ba1f7021
4 changed files with 11 additions and 7 deletions

View File

@@ -168,9 +168,9 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet
########################
ifeq ($(UNAME), Darwin)
SONAME=libjanet.1.24.dylib
SONAME=libjanet.1.25.dylib
else
SONAME=libjanet.so.1.24
SONAME=libjanet.so.1.25
endif
build/c/shell.c: src/mainclient/shell.c