mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +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)
|
OS := $(shell uname)
|
||||||
# Do not forget to bump SOMINOR when changing VERSION,
|
# Do not forget to bump SOMINOR when changing VERSION,
|
||||||
# and SOMAJOR when breaking ABI in a backward-incompatible way
|
# and SOMAJOR when breaking ABI in a backward-incompatible way
|
||||||
VERSION = 0.5.6
|
VERSION = 0.6.0
|
||||||
SOMAJOR = 2
|
SOMAJOR = 2
|
||||||
SOMINOR = 5
|
SOMINOR = 5
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
|
|
Loading…
Reference in a new issue