diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-03 10:22:19 +0200 |
commit | 472e88374b516d3ac23fc0f2d8e390869a6cbfda (patch) | |
tree | 1991b6d1bd7f96fd438422e825f4e1465fcf7857 | |
parent | 40af2c59c26afee66712f07fbb7ac2e9eca18998 (diff) | |
download | tqca-472e88374b516d3ac23fc0f2d8e390869a6cbfda.tar.gz tqca-472e88374b516d3ac23fc0f2d8e390869a6cbfda.zip |
Update version number to the upcoming R14.0.13.
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 302e385..045c2d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tqca ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |