1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-23 13:43:16 +00:00

Switch to two digit sonames.

Janet's versioning scheme is not 'true' semantic versioning.
Minor versions can have and often do have breaking changes.
Although such breakages are mostly avoided, only limited effort is
made to prevent this, and no system is in place to verify this.
Thus, stricter version pinning is needed.
This commit is contained in:
Calvin Rose 2020-04-04 18:30:18 -05:00
parent ff6601f29e
commit bb5c478704
2 changed files with 1 additions and 2 deletions

View File

@ -148,7 +148,7 @@ build/janet.c: build/janet_boot src/boot/boot.janet
##### Amalgamation #####
########################
SONAME=libjanet.so.1
SONAME=libjanet.so.1.8
build/shell.c: src/mainclient/shell.c
cp $< $@

View File

@ -3,7 +3,6 @@
Unicode True
!verbose 4
!echo "Program Files: ${PROGRAMFILES}"
!addplugindir "tools\"