diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:46 +0900 |
commit | 8321c75a38bd045fa2e13fa8f44ad1c932bb7ff6 (patch) | |
tree | 1823671808cff5a99625ac09c112b0880549eb76 | |
parent | 879c1543fa78190446a083f7fe6a02d516edca8c (diff) | |
download | knowit-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.txt | 2 |
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 |