mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Bump SONAME as discussed in #200
This commit is contained in:
parent
e6ac7d7f52
commit
5efed306d5
1 changed files with 3 additions and 3 deletions
6
Make.inc
6
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.6.0
|
||||
SOMAJOR = 2
|
||||
SOMINOR = 5
|
||||
VERSION = 0.7.0
|
||||
SOMAJOR = 3
|
||||
SOMINOR = 0
|
||||
DESTDIR =
|
||||
prefix = /usr/local
|
||||
bindir = $(prefix)/bin
|
||||
|
|
Loading…
Reference in a new issue