summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:57 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-18 22:17:57 +0100
commit555f7f8a2f3a5d0fc41b5a9e57ae452bf0ff0629 (patch)
treeb4363f8007a9e122d41281b5834180f179163685 /CMakeLists.txt
parent82153ec295865fc13b5a77e95974a780475a8381 (diff)
downloadyakuake-r14.0.7.tar.gz
yakuake-r14.0.7.zip
Update version number for R14.0.7 final release.r14.0.7
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 84bbb93..a20a9e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( yakuake )
-set( VERSION R14.0.6 )
+set( VERSION R14.0.7 )
#### include essential cmake modules