diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:19:30 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:19:30 +0100 |
commit | 6f5984addc587a340032fd2ed43ee52235e547bb (patch) | |
tree | 2eeb0bdbd6a0773a7be4d80598c218383ed66ab0 | |
parent | 906085ddae331614d154acaeab6d3079b7da47be (diff) | |
download | kima-6f5984addc587a340032fd2ed43ee52235e547bb.tar.gz kima-6f5984addc587a340032fd2ed43ee52235e547bb.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 7912119..92f7f9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kima ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |