summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:20:59 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:20:59 +0100
commit844f3ee7ff609355eab38d4b64a759d4fabe18bd (patch)
tree0a2054292681ebb5414c67261e060bbc38b469c7
parenta75aec5a93a9c168f8b6d4ac432793a54966d305 (diff)
downloadksplash-engine-moodin-844f3ee7ff609355eab38d4b64a759d4fabe18bd.tar.gz
ksplash-engine-moodin-844f3ee7ff609355eab38d4b64a759d4fabe18bd.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa4005f..38ae242 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( ksplash-engine-moodin )
-set( VERSION R14.0.9 )
+set( VERSION R14.0.10 )
#### include essential cmake modules