diff options
| author | 2022-04-01 21:41:07 -0500 | |
|---|---|---|
| committer | 2022-04-01 21:41:07 -0500 | |
| commit | f05e5f908e350d7e643c88514be859154b35b853 (patch) | |
| tree | 83ee82fa1d0450d4b66c720890d3cce87abdcbfb | |
| parent | Merge pull request #942 from Techcable/patch-1 (diff) | |
Update SONAME in Makefile.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ build/c/janet.c: build/janet_boot src/boot/boot.janet ##### Amalgamation ##### ######################## -SONAME=libjanet.so.1.20 +SONAME=libjanet.so.1.21 build/c/shell.c: src/mainclient/shell.c cp $< $@ |
