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
commit0b7d80eef6f386c7e0e868f267b2e5217ce5aeab (patch)
treef3230a36b3961c6822e40e97d01f3a27703b0022
parentd1ceaacf5cc05b3c84b638ac1b7b3b963fb6a230 (diff)
downloadknmap-0b7d80eef6f386c7e0e868f267b2e5217ce5aeab.tar.gz
knmap-0b7d80eef6f386c7e0e868f267b2e5217ce5aeab.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 4bc0baa..f089141 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
project( knmap )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.6 )
#### include essential cmake modules