summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:20:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:20:47 +0100
commit275ff039e0d7d967286f975ae749c8425868e999 (patch)
tree427188e8e575acb29e8e8d22e897deac0955b7c8
parent42998f9b7a8c666b0ee70e7f13559bea80c7ed74 (diff)
downloadksensors-275ff039e0d7d967286f975ae749c8425868e999.tar.gz
ksensors-275ff039e0d7d967286f975ae749c8425868e999.zip
Update version number to R14.0.10.
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 684d9c7..1fa0208 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.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules