summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:46 +0900
commit8321c75a38bd045fa2e13fa8f44ad1c932bb7ff6 (patch)
tree1823671808cff5a99625ac09c112b0880549eb76
parent879c1543fa78190446a083f7fe6a02d516edca8c (diff)
downloadknowit-8321c75a38bd045fa2e13fa8f44ad1c932bb7ff6.tar.gz
knowit-8321c75a38bd045fa2e13fa8f44ad1c932bb7ff6.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 878851b..06cb625 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( knowit )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.6 )
#### include essential cmake modules