diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:37 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:37 +0200 |
commit | 4eae7e52f69abf4811ace3f9728fbaf441ff0556 (patch) | |
tree | db14a602d640b9c8c68dc294e4a92f90ab985aca | |
parent | 2b6889002884b6b01a5ed1ff295b53d625718ef8 (diff) | |
download | ksensors-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.txt | 2 |
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 |