diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:16 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:16 +0200 |
commit | fea3060f6332c821a87c2d4969f5de9194502021 (patch) | |
tree | ade7d06f147941a5eb91de28e50f9cc924ff5293 | |
parent | 194ba0d908b8b21b494067181d8dc453f51c830e (diff) | |
download | tqca-tls-fea3060f6332c821a87c2d4969f5de9194502021.tar.gz tqca-tls-fea3060f6332c821a87c2d4969f5de9194502021.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e6c3cbb..dae7143 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tqca-tls ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |