summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:39 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-11-02 02:24:39 +0100
commitb84da0b6e61953beeffe9cb0833d7e7a11d1accd (patch)
treeb256fcd4a40530ec51eeeaf022ec7591d6369970
parentf1f10738f1ba16a75b37f7e9fc92e7c611ad857f (diff)
downloadyakuake-b84da0b6e61953beeffe9cb0833d7e7a11d1accd.tar.gz
yakuake-b84da0b6e61953beeffe9cb0833d7e7a11d1accd.zip
Update version number to R14.0.12.
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 6de1bbd..b957a9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( yakuake )
-set( VERSION R14.0.11 )
+set( VERSION R14.0.12 )
#### include essential cmake modules