diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:27 +0200 |
commit | e8b5cf4bcac8dc4a7c2fcdfc081106aea08489e8 (patch) | |
tree | 0d9d1bb44a0bdcbc21a3483753e6024b63428360 /CMakeLists.txt | |
parent | 42c066f8476cdbaf4cdb2c5fe1b68ee2f0f1f4e6 (diff) | |
download | kpicosim-e8b5cf4bcac8dc4a7c2fcdfc081106aea08489e8.tar.gz kpicosim-e8b5cf4bcac8dc4a7c2fcdfc081106aea08489e8.zip |
Update version number to R14.0.11.
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 42d0c27..c4dc427 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kpicosim ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |