summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:35 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:35 +0200
commit3942bc00bc8d5813c624160a01278996d55ad7ad (patch)
treee9fc6e82ce47f92ec42bc623939981c8533d166b
parent4c44c21406e02cabcf208551f6441d7a6fdd48e6 (diff)
downloadkbookreader-3942bc00bc8d5813c624160a01278996d55ad7ad.tar.gz
kbookreader-3942bc00bc8d5813c624160a01278996d55ad7ad.zip
Update version number to the upcoming R14.0.13.
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 22cb40d..29a3fc0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kbookreader )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules