summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:22 +0200
commit1950050e76c4f3c7d21c5bfadfdaadca03118bc9 (patch)
tree839144f335c00cb47b18bf54a210204d9b69376e
parentf2da5f2e9811be3f45f19de28dd50454d97b575d (diff)
downloadkbookreader-1950050e76c4f3c7d21c5bfadfdaadca03118bc9.tar.gz
kbookreader-1950050e76c4f3c7d21c5bfadfdaadca03118bc9.zip
Update version number to R14.0.11.
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 1fe2fb5..8ded18a 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.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules