mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
Bump version to 0.5.6
This commit is contained in:
parent
a844d584d3
commit
a40570be06
1 changed files with 2 additions and 2 deletions
4
Make.inc
4
Make.inc
|
@ -6,9 +6,9 @@ default: all
|
|||
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.5
|
||||
VERSION = 0.5.6
|
||||
SOMAJOR = 2
|
||||
SOMINOR = 4
|
||||
SOMINOR = 5
|
||||
DESTDIR =
|
||||
prefix = /usr/local
|
||||
bindir = $(prefix)/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue