summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:29 +0100
commitd2e0de9dcf80158d85d265cfac41d2cf1a661597 (patch)
treeced5b6aada72d1bd123318bef467f7abc7f1db20
parent372a7f2378d9dd536a52051a240ea6f537816e7b (diff)
downloadkbookreader-d2e0de9dcf80158d85d265cfac41d2cf1a661597.tar.gz
kbookreader-d2e0de9dcf80158d85d265cfac41d2cf1a661597.zip
Update version number to R14.0.12.
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 c11897f..45ceb03 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kbookreader )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules