summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Waxweiler <madigens@gmail.com>2019-07-10 19:43:45 +0100
committerNikolaus Waxweiler <madigens@gmail.com>2019-07-10 19:43:45 +0100
commit28250b73b7c712c3a3f5d01a4de271fd67fa44af (patch)
treeb488329cb34293a519e03f02c3020b7a2142472c
parentdb5fa06098b3134d291f8a95ac5f4fafafefbdb8 (diff)
downloadfreetype2-28250b73b7c712c3a3f5d01a4de271fd67fa44af.tar.gz
CMakeLists.txt: Update LIBRARY_VERSION
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6961213a9..c1efc995b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ set(VERSION_PATCH "1")
# Increment AGE. Set REVISION to 0
# If the source code was changed, but there were no interface changes:
# Increment REVISION.
-set(LIBRARY_VERSION "6.16.0")
+set(LIBRARY_VERSION "6.17.1")
set(LIBRARY_SOVERSION "6")
# External dependency library detection is automatic. See the top of this file,