mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37:13 +02:00
Merge pull request #146 from twadleigh/dll-a-for-windows
Version bump for Makefile change.
This commit is contained in:
commit
1581174c85
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.3
|
VERSION = 0.5.4
|
||||||
SOMAJOR = 2
|
SOMAJOR = 2
|
||||||
SOMINOR = 3
|
SOMINOR = 3
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
|
|
Loading…
Add table
Reference in a new issue