diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:47 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:47 +0100 |
commit | 5aaa009ca6af9164c58459960eab0ffd5a2b2115 (patch) | |
tree | db81165a822bb4b295f1755433da81783beb3f85 | |
parent | 84c2437067b55d1940bb0b5448774c1fde1312c0 (diff) | |
download | kbookreader-5aaa009ca6af9164c58459960eab0ffd5a2b2115.tar.gz kbookreader-5aaa009ca6af9164c58459960eab0ffd5a2b2115.zip |
Update version number for R14.0.7 final release.r14.0.7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5b5200..0cf5a27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kbookreader ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |