summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-11 01:07:37 +0200
commit4eae7e52f69abf4811ace3f9728fbaf441ff0556 (patch)
treedb14a602d640b9c8c68dc294e4a92f90ab985aca
parent2b6889002884b6b01a5ed1ff295b53d625718ef8 (diff)
downloadksensors-4eae7e52f69abf4811ace3f9728fbaf441ff0556.tar.gz
ksensors-4eae7e52f69abf4811ace3f9728fbaf441ff0556.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 6aa2a1e..d7175e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( ksensors )
-set( VERSION R14.0.7 )
+set( VERSION R14.0.8 )
#### include essential cmake modules