summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:50 +0100
commitea6f0d73506195f8c193f5556e7788fa77b4386b (patch)
tree102f66da6cbad8ccbdd8f2dcb58e6fddd67aad4c
parent914244de56650182d5efc7c444b48eb0024494e3 (diff)
downloadkkbswitch-ea6f0d73506195f8c193f5556e7788fa77b4386b.tar.gz
kkbswitch-ea6f0d73506195f8c193f5556e7788fa77b4386b.zip
Update version number for R14.0.7 final release.r14.0.7
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 a22eb72..9a2f46e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kkbswitch )
-set( VERSION R14.0.6 )
+set( VERSION R14.0.7 )
#### include essential cmake modules