mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37:13 +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)
|
||||
# Do not forget to bump SOMINOR when changing VERSION,
|
||||
# and SOMAJOR when breaking ABI in a backward-incompatible way
|
||||
VERSION = 0.5
|
||||
SOMAJOR = 1
|
||||
VERSION = 0.5-dev
|
||||
SOMAJOR = 2
|
||||
SOMINOR = 1
|
||||
DESTDIR =
|
||||
prefix = /usr/local
|
||||
|
|
Loading…
Add table
Reference in a new issue