diff options
author | Sven Gothel <[email protected]> | 2015-11-12 18:19:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-11-12 18:19:33 +0100 |
commit | 42de534f0f15ba3e9702ffb8e487c3d5f375ac1e (patch) | |
tree | 098ba0a94234e5b8859a2c20eb1743ec0c5971f7 | |
parent | 542c4804aafe3f3879cee56d19d7353ed49ee154 (diff) | |
parent | f903a7aa645c4f7a95914104d532ddd66c8ad232 (diff) |
Merge branch 'UPSTREAM'
-rw-r--r-- | CMakeLists.txt | 2 |
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}") |