summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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
commit1a419eb29866323d4da909a20b8692b578f38732 (patch)
tree6838eb6a4dd24b9dd7b672b2a557a14889bc4242 /CMakeLists.txt
parent2013ffa06ffd86a6d426fcb15672ca59a1b15d44 (diff)
downloadknowit-1a419eb29866323d4da909a20b8692b578f38732.tar.gz
knowit-1a419eb29866323d4da909a20b8692b578f38732.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 8cc6e07..ba020a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( knowit )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
#### include essential cmake modules