diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-22 16:12:31 +0900 |
commit | 1ea6de66025b444d3874e14f47ffdc780e8e743b (patch) | |
tree | dea924110a68505770f345dca0646a08441aa80e /CMakeLists.txt | |
parent | 0d85fbb28c5ba0824adf17623e8fb6defa89367e (diff) | |
download | kima-1ea6de66025b444d3874e14f47ffdc780e8e743b.tar.gz kima-1ea6de66025b444d3874e14f47ffdc780e8e743b.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 37adf88..2284762 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.8 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |