diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:29 +0200 |
commit | c55cf51a37c2de42537852f36e27fb3c3a73a28b (patch) | |
tree | 784de8f83ac44cde576d017a3b71b3214708199d | |
parent | 0a9bb61c3e7d01e41177b23c220fa2215febb951 (diff) | |
download | kxmleditor-c55cf51a37c2de42537852f36e27fb3c3a73a28b.tar.gz kxmleditor-c55cf51a37c2de42537852f36e27fb3c3a73a28b.zip |
Update version number to R14.0.11.
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 c9d14a6..ae23282 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kxmleditor ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |