summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:20 +0200
commitd425965c9511c1954ce5ae17e3f53f57640620ca (patch)
tree653d9003c2846ef5153e87e0af2f97270f85cfa4
parentbde1e0c9ff6bf537c4e4dc6beca628e3d697814d (diff)
downloadkkbswitch-d425965c9511c1954ce5ae17e3f53f57640620ca.tar.gz
kkbswitch-d425965c9511c1954ce5ae17e3f53f57640620ca.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 b42d497..abbb6dd 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.7 )
+set( VERSION R14.0.8 )
#### include essential cmake modules