diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-04-23 01:53:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-04-23 01:53:21 +0200 |
commit | d9b0124cef150f34079a92ffe647814c70292764 (patch) | |
tree | e673535e329454ccf0135204a7266fc3f325454d /CMakeLists.txt | |
parent | ca82f3871d8adfb104ef171fadb1d24e8ec6b6e6 (diff) | |
download | tork-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.txt | 2 |
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 |