diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:20:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:20:56 +0100 |
commit | f82ca6883c76283c38f6b517d540fd4e00bbf533 (patch) | |
tree | 0fdb1e68290113fca5e014bf6701cf5851c2c044 | |
parent | 6b0fb71bb37f3ba2d075e48a37f76aaf84516eb8 (diff) | |
download | kshutdown-f82ca6883c76283c38f6b517d540fd4e00bbf533.tar.gz kshutdown-f82ca6883c76283c38f6b517d540fd4e00bbf533.zip |
Update version number to R14.0.10.
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 99a23bb..be9dae6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kshutdown ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |