summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:09 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:09 +0200
commitdee643bde21603647d7c98d4fb26d9d305eb7810 (patch)
treecd2e2a0f797ddea33097254c55315a612fe65c76
parent32a4396d84028bf09313a08f1e771cd07440d81a (diff)
downloadkbookreader-dee643bde21603647d7c98d4fb26d9d305eb7810.tar.gz
kbookreader-dee643bde21603647d7c98d4fb26d9d305eb7810.zip
Update version number for R14.0.8 final release.r14.0.8
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0d613a..b4fe183 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.7 )
+set( VERSION R14.0.8 )
#### include essential cmake modules