diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:18:48 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:18:48 +0100 |
commit | 470bec2b0f859c631f9bbada2ec4c6fb517a0b8f (patch) | |
tree | 52e54224de416fb56fb75a2ca4d41fa961a48e79 | |
parent | d581e3a853e914ad63a7615541576243e254c28f (diff) | |
download | kbookreader-470bec2b0f859c631f9bbada2ec4c6fb517a0b8f.tar.gz kbookreader-470bec2b0f859c631f9bbada2ec4c6fb517a0b8f.zip |
Update version number to R14.0.10.
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 3cf0b9d..4bfee57 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.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |