diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:52 +0100 |
commit | a73f6db940adbd60d1df65b5060bbcf67c867361 (patch) | |
tree | 2805164180fc0923c31ab349a096e76e966db54f | |
parent | 6237a397c71538f11f0eb44a68f18a67728ed940 (diff) | |
download | kpicosim-a73f6db940adbd60d1df65b5060bbcf67c867361.tar.gz kpicosim-a73f6db940adbd60d1df65b5060bbcf67c867361.zip |
Update version number for R14.0.7 final release.r14.0.7
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 53f490e..e001db5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kpicosim ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |