mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
BUMP VERSION
This commit is contained in:
parent
f8d64df596
commit
0fa599cce8
1 changed files with 2 additions and 2 deletions
4
Make.inc
4
Make.inc
|
@ -3,9 +3,9 @@
|
||||||
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.1-dev
|
VERSION = 0.5.2
|
||||||
SOMAJOR = 2
|
SOMAJOR = 2
|
||||||
SOMINOR = 2
|
SOMINOR = 3
|
||||||
DESTDIR =
|
DESTDIR =
|
||||||
prefix = /usr/local
|
prefix = /usr/local
|
||||||
bindir = $(prefix)/bin
|
bindir = $(prefix)/bin
|
||||||
|
|
Loading…
Reference in a new issue