aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-11-12 18:19:33 +0100
committerSven Gothel <[email protected]>2015-11-12 18:19:33 +0100
commit42de534f0f15ba3e9702ffb8e487c3d5f375ac1e (patch)
tree098ba0a94234e5b8859a2c20eb1743ec0c5971f7
parent542c4804aafe3f3879cee56d19d7353ed49ee154 (diff)
parentf903a7aa645c4f7a95914104d532ddd66c8ad232 (diff)
Merge branch 'UPSTREAM'
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5596d2fa..ae6586a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,7 +89,7 @@ IF(NOT LIBTYPE)
ENDIF()
SET(LIB_MAJOR_VERSION "1")
-SET(LIB_MINOR_VERSION "16")
+SET(LIB_MINOR_VERSION "17")
SET(LIB_REVISION "0")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")