diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:15 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:15 +0100 |
commit | d3ed821b29c18c6c2899eebfab344d0f633f24f9 (patch) | |
tree | b900366ed9421855c024507fbf77763a327a30ab | |
parent | 5c7a7d05135c8a04ae2d8f0d81730dcdb2f251a8 (diff) | |
download | kxmleditor-d3ed821b29c18c6c2899eebfab344d0f633f24f9.tar.gz kxmleditor-d3ed821b29c18c6c2899eebfab344d0f633f24f9.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 457ad69..f393919 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.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |