summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-11-04 15:19:30 +0100
committerSlávek Banko <[email protected]>2020-11-04 15:19:30 +0100
commit6f5984addc587a340032fd2ed43ee52235e547bb (patch)
tree2eeb0bdbd6a0773a7be4d80598c218383ed66ab0
parent906085ddae331614d154acaeab6d3079b7da47be (diff)
downloadkima-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.txt2
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