diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:20:59 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:20:59 +0100 |
commit | 844f3ee7ff609355eab38d4b64a759d4fabe18bd (patch) | |
tree | 0a2054292681ebb5414c67261e060bbc38b469c7 | |
parent | a75aec5a93a9c168f8b6d4ac432793a54966d305 (diff) | |
download | ksplash-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.txt | 2 |
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 |