diff options
author | Ladislav Zezula <zezula-at-volny-dot-cz> | 2017-12-23 17:06:31 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula-at-volny-dot-cz> | 2017-12-23 17:06:31 +0100 |
commit | 008a48ed998dedcae4a6c7646c8f8562eb8af906 (patch) | |
tree | 459e74f4be718211dec6c99c88ba6a51de8247b9 /CMakeLists.txt | |
parent | be4c064ae473064374d5fcafc4695a9a5331fba1 (diff) |
+ Proper version 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 3dbe52e..6d8d041 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -313,7 +313,7 @@ if(BUILD_SHARED_LIBS) endif() if(UNIX) SET(VERSION_MAJOR "9") - SET(VERSION_MINOR "21") + SET(VERSION_MINOR "22") SET(VERSION_PATCH "0") SET(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION "${VERSION_STRING}") |