Temporary fix for getting VERSION and SOVERSION into cmake
only use ${SO_MAJOR} for cmake SOVERSION
use 1.2.0 for version in cmake
use only abi version for VERSION property in cmake
This commit is contained in:
1
Makefile
1
Makefile
@@ -16,6 +16,7 @@ cc = $(CC) $(cflags)
|
||||
# from the utf8proc version number because it indicates ABI compatibility,
|
||||
# not API compatibility: MAJOR should be incremented whenever *binary*
|
||||
# compatibility is broken, even if the API is backward-compatible
|
||||
# Be sure to also update these in CMakeLists.txt!
|
||||
MAJOR=1
|
||||
MINOR=2
|
||||
PATCH=0
|
||||
|
||||
Reference in New Issue
Block a user