diff options
| author | 2026-01-10 15:40:04 -0600 | |
|---|---|---|
| committer | 2026-01-10 15:40:04 -0600 | |
| commit | f80690e4c9f80fb4fe10196114e83523ddb194d4 (patch) | |
| tree | bccdd469259c3bc7658d9cf7122ed7bd033a825c /Makefile | |
| parent | Make varfn correctly handle verbose metadata. (diff) | |
Version bump for wip 1.41.x
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -220,9 +220,9 @@ build/%.bin.o: src/%.c $(JANET_HEADERS) $(JANET_LOCAL_HEADERS) Makefile ######################## ifeq ($(UNAME), Darwin) -SONAME=libjanet.1.40.dylib +SONAME=libjanet.1.41.dylib else -SONAME=libjanet.so.1.40 +SONAME=libjanet.so.1.41 endif ifeq ($(MINGW_COMPILER), clang) |
