summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-04-23 01:53:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-04-23 01:53:21 +0200
commitd9b0124cef150f34079a92ffe647814c70292764 (patch)
treee673535e329454ccf0135204a7266fc3f325454d /CMakeLists.txt
parentca82f3871d8adfb104ef171fadb1d24e8ec6b6e6 (diff)
downloadtork-d9b0124cef150f34079a92ffe647814c70292764.tar.gz
tork-d9b0124cef150f34079a92ffe647814c70292764.zip
Update version number to R14.0.10.r14.0.10
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 ec4ad97..8965e39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 )
#### general package setup
project( tork )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.10 )
#### include essential cmake modules