summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:29 +0200
commitc55cf51a37c2de42537852f36e27fb3c3a73a28b (patch)
tree784de8f83ac44cde576d017a3b71b3214708199d /CMakeLists.txt
parent0a9bb61c3e7d01e41177b23c220fa2215febb951 (diff)
downloadkxmleditor-c55cf51a37c2de42537852f36e27fb3c3a73a28b.tar.gz
kxmleditor-c55cf51a37c2de42537852f36e27fb3c3a73a28b.zip
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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