summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:47 +0100
commit68672d4f27f55ece3dba82622d309c884722eafc (patch)
tree0dbfd34db102ebf15e781ab2ca85d359cd4958cf
parentf0c2a0d479540fd31345b657029d0e6a3c227c2e (diff)
downloadkcmautostart-68672d4f27f55ece3dba82622d309c884722eafc.tar.gz
kcmautostart-68672d4f27f55ece3dba82622d309c884722eafc.zip
Update version number for R14.0.7 final release.r14.0.7
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 cb3044a..522f234 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( kcmautostart )
-set( VERSION R14.0.6 )
+set( VERSION R14.0.7 )
#### include essential cmake modules