summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:10 +0200
commit07a5ed00b68564cf78960edc12b750a0b74829eb (patch)
tree340b289eb08077e42c5a143c291e764d07f5d187
parent6c090f998db28cd1ebb3e71bf98a8a0d970208dc (diff)
downloadkchmviewer-r14.0.8.tar.gz
kchmviewer-r14.0.8.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 308898b..83331da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kchmviewer )
-set( VERSION R14.0.7 )
+set( VERSION R14.0.8 )
#### include essential cmake modules