diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-12-18 16:38:12 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2016-12-18 16:38:12 +0100 |
commit | e9f9b9bc58c63a72285920b889c8d434e74e8a28 (patch) | |
tree | b8fcf6dbc626c42fb515a41ceb9cdad9ec87b1c4 /CMakeLists.txt | |
parent | 0e138c27d3086061671ca57d8bba62ab14050b5d (diff) |
+ Updated subversion number in CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 76c6aa9..dbc23a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -302,7 +302,7 @@ if(BUILD_SHARED_LIBS) endif() if(UNIX) SET(VERSION_MAJOR "9") - SET(VERSION_MINOR "20") + SET(VERSION_MINOR "21") SET(VERSION_PATCH "0") SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION "${VERSION_STRING}") |