mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Update Make.inc
This commit is contained in:
parent
ca996acc2e
commit
4971b56998
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -6,7 +6,7 @@ default: all
|
|||
OS := $(shell uname)
|
||||
# Do not forget to bump SOMINOR when changing VERSION,
|
||||
# and SOMAJOR when breaking ABI in a backward-incompatible way
|
||||
VERSION = 0.5.6
|
||||
VERSION = 0.6.0
|
||||
SOMAJOR = 2
|
||||
SOMINOR = 5
|
||||
DESTDIR =
|
||||
|
|
Loading…
Reference in a new issue