diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:53 +0100 |
commit | 5d20b1794d7cb4a1888650e7e71d1b23148f8197 (patch) | |
tree | f6838ff81d8f094082cbea73af8f999e725c53ea | |
parent | 163bed87b50b539b27638dd48aa10982f804cbf7 (diff) | |
download | kshutdown-5d20b1794d7cb4a1888650e7e71d1b23148f8197.tar.gz kshutdown-5d20b1794d7cb4a1888650e7e71d1b23148f8197.zip |
Update version number for R14.0.7 final release.
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 24df1b1..d437904 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kshutdown ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |