diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:57 +0100 |
commit | 555f7f8a2f3a5d0fc41b5a9e57ae452bf0ff0629 (patch) | |
tree | b4363f8007a9e122d41281b5834180f179163685 | |
parent | 82153ec295865fc13b5a77e95974a780475a8381 (diff) | |
download | yakuake-555f7f8a2f3a5d0fc41b5a9e57ae452bf0ff0629.tar.gz yakuake-555f7f8a2f3a5d0fc41b5a9e57ae452bf0ff0629.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.txt | 2 |
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 |