diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:03 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:03 +0100 |
commit | 34b0551cfa2b0e04651b9801438966567cae1aed (patch) | |
tree | 8b5c26ae8862e777818b08263a53c3272968af06 | |
parent | 89ae86650b9b5d557835911dbdf9a54050991c02 (diff) | |
download | ksystemlog-34b0551cfa2b0e04651b9801438966567cae1aed.tar.gz ksystemlog-34b0551cfa2b0e04651b9801438966567cae1aed.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 f242f21..bf1ac92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( ksystemlog ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |