mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +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:
parent
ff6601f29e
commit
bb5c478704
2
Makefile
2
Makefile
@ -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 $< $@
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
Unicode True
|
||||
|
||||
!verbose 4
|
||||
!echo "Program Files: ${PROGRAMFILES}"
|
||||
!addplugindir "tools\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user