summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:25 +0200
commit368b0f86f4ccbf752654dd40c1c12e09f503c164 (patch)
treedd543529fe6bc975a6aef6041cbdea3702ae14d6 /CMakeLists.txt
parent5e5959d701371d36caeb9c19306a663ec3e35931 (diff)
downloadkiosktool-368b0f86f4ccbf752654dd40c1c12e09f503c164.tar.gz
kiosktool-368b0f86f4ccbf752654dd40c1c12e09f503c164.zip
Update version number to R14.0.11.
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 b6b0d38..6a22033 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( kiosktool )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules