summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2015-03-08 18:09:35 -0700
committerTony Kelman <tony@kelman.net>2015-03-09 16:27:40 -0700
commit263421f9e89aafd8ad339c496c9fb6c6bdd5a52f (patch)
treec41b2b235ec82be729b434092bd2faeb2724014f /Makefile
parent86f90194e1e7d359bbe3a751e2d407b33f2f7550 (diff)
downloadlibutf8proc-263421f9e89aafd8ad339c496c9fb6c6bdd5a52f.tar.gz
libutf8proc-263421f9e89aafd8ad339c496c9fb6c6bdd5a52f.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99571e3..f40a116 100644
--- a/Makefile
+++ b/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