summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:36 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:36 +0200
commitaa5b26716f1ad62268d588cde602aa86e4bced27 (patch)
tree18560aab6641fb3f21bd391c6bf204e2df0572d7
parent5c6bd3c83bf7032f3043ffaf31f7adbe50ee56cc (diff)
downloadkpilot-aa5b26716f1ad62268d588cde602aa86e4bced27.tar.gz
kpilot-aa5b26716f1ad62268d588cde602aa86e4bced27.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7b5a5c..68af8c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup ######################
project( kpilot )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules ############