mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Fix comment about SOVERSION
This commit is contained in:
parent
0b9d67e54a
commit
c41813f64b
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -2,7 +2,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 changing API
|
# and SOMAJOR when breaking ABI in a backward-incompatible way
|
||||||
VERSION = 0.4
|
VERSION = 0.4
|
||||||
SOMAJOR = 1
|
SOMAJOR = 1
|
||||||
SOMINOR = 0
|
SOMINOR = 0
|
||||||
|
|
Loading…
Reference in a new issue