summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:36 +0900
commit82b53ce2dafb8074fd59142429f771186bdcc6ad (patch)
tree27791b6faf98d45a3b55e3b71a43aa5f68ba81e2
parentf85c46a593c15266c3c2d8c2843bfa7b1ea02a61 (diff)
downloadkpilot-82b53ce2dafb8074fd59142429f771186bdcc6ad.tar.gz
kpilot-82b53ce2dafb8074fd59142429f771186bdcc6ad.zip
Update release version number to R14.0.9.
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 77a4020..d66dbac 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.0.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules ############