summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:19:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:19:34 +0100
commitdde58ea4c53bcd8cd6c2f71d1a04bce394e737b9 (patch)
treebe15c330c6eb0e5fa46def1710753534bde59066 /CMakeLists.txt
parent84cd332a8112258624650b18b4cee990d915d42e (diff)
downloadkiosktool-dde58ea4c53bcd8cd6c2f71d1a04bce394e737b9.tar.gz
kiosktool-dde58ea4c53bcd8cd6c2f71d1a04bce394e737b9.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f20701e..d715df0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kiosktool )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules