summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:37 +0200
commit089c62168fa376b5db6dde9f1edeb3731bb60918 (patch)
tree0f124a3d0c81cc6c4cd0f1d90b7641ad0dfb607f /CMakeLists.txt
parent5cb9646e22d2f690f59ecd1513739115b9a30dc1 (diff)
downloadkiosktool-089c62168fa376b5db6dde9f1edeb3731bb60918.tar.gz
kiosktool-089c62168fa376b5db6dde9f1edeb3731bb60918.zip
Update version number to the upcoming R14.0.13.
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 81b5a5a..aa5e065 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kiosktool )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules