diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:49 +0100 |
commit | f616d5248c45b2eb6006719e88b528a45734473d (patch) | |
tree | f9983ca06f7749e9cd22e197eddb5f9c90d4a632 | |
parent | 512ed26b4eab1c71b7a093740081d6986527ed65 (diff) | |
download | keep-f616d5248c45b2eb6006719e88b528a45734473d.tar.gz keep-f616d5248c45b2eb6006719e88b528a45734473d.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 679cf70..3de575a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( keep ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |