summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:22 +0200
commit0d98dc3fab252cf97e19043a4f81de5994cc0ec6 (patch)
treeccea28961ff0a2e7e821a19dd99ce2a9858679cc
parent7d861161af9705ea7c978809b93cadf50c79f005 (diff)
downloadkcmautostart-0d98dc3fab252cf97e19043a4f81de5994cc0ec6.tar.gz
kcmautostart-0d98dc3fab252cf97e19043a4f81de5994cc0ec6.zip
Update version number to R14.0.11.
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 14378db..b52d64a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( autostart )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
#### include essential cmake modules