summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:18:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:18:50 +0100
commit1e8b83ea5eba39f0d7c99bf8e186c23e8c384e97 (patch)
tree953467c96c91d2f84cfb403d69acb15a0bcc9224
parent744ff69842ba5f3bcf41788dc6f73a0bbbdce745 (diff)
downloadkcmautostart-1e8b83ea5eba39f0d7c99bf8e186c23e8c384e97.tar.gz
kcmautostart-1e8b83ea5eba39f0d7c99bf8e186c23e8c384e97.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d75778a..689e311 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( autostart )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules