mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-07-07 13:06:39 +02:00
Bump SO major number as we have introduced API breakage.
Use version number as 0.5-dev, instead of 0.5.
This commit is contained in:
parent
8d0843a324
commit
763da44606
1 changed files with 2 additions and 2 deletions
4
Make.inc
4
Make.inc
|
@ -3,8 +3,8 @@
|
||||||
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
|
VERSION = 0.5-dev
|
||||||
SOMAJOR = 1
|
SOMAJOR = 2
|
||||||
SOMINOR = 1
|
SOMINOR = 1
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
|
|
Loading…
Add table
Reference in a new issue