summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:48 +0900
commit1d1af7fdc7189559b335f700c23c2f62569bb5a9 (patch)
treee4463db9e3a0f7c8d4047c876b51d3ed39c60817
parent53e7303ec1071772bc785442cdeb5236164ad6dc (diff)
downloadkpilot-1d1af7fdc7189559b335f700c23c2f62569bb5a9.tar.gz
kpilot-1d1af7fdc7189559b335f700c23c2f62569bb5a9.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 647af0e..543953b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup ######################
project( kpilot )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.6 )
#### include essential cmake modules ############