diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:21:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:21:18 +0200 |
commit | 5c7a7d05135c8a04ae2d8f0d81730dcdb2f251a8 (patch) | |
tree | a81c4d4370d126ce7d5129f8a3f62be0f49b5478 | |
parent | b8af9e0c85828a533e259b3be27a398ee2931c9c (diff) | |
download | kxmleditor-r14.0.9.tar.gz kxmleditor-r14.0.9.zip |
Update release version number to R14.0.9.r14.0.9
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 6bb6546..457ad69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kxmleditor ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |