summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:25 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:25 +0200
commit56e079bfcbbece621c79e824a39622e2b0ddb1ff (patch)
treec4b1da76094ede4fc3a24cd99ab0e3cc9b05d224 /CMakeLists.txt
parent2b4ec6b576a1ae8f78a7e9c9eb3328745e420b8e (diff)
downloadktechlab-56e079bfcbbece621c79e824a39622e2b0ddb1ff.tar.gz
ktechlab-56e079bfcbbece621c79e824a39622e2b0ddb1ff.zip
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bfb177b..f6d8f50 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( ktechlab )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules