mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Bump version for Makefile change.
This commit is contained in:
parent
1492ff029a
commit
71e79eb6f7
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -3,7 +3,7 @@
|
||||||
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.2
|
VERSION = 0.5.3
|
||||||
SOMAJOR = 2
|
SOMAJOR = 2
|
||||||
SOMINOR = 3
|
SOMINOR = 3
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
|
|
Loading…
Reference in a new issue