diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:18:41 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 16:18:41 +0200 |
commit | 5117b04340bc89dce992f10c488f555ca6e0d659 (patch) | |
tree | d5ad4f66e493ce1e306342f898a6cfd1e0858a51 | |
parent | 7953adf66f96402626ae52d16348a21cc489317a (diff) | |
download | keximdb-5117b04340bc89dce992f10c488f555ca6e0d659.tar.gz keximdb-5117b04340bc89dce992f10c488f555ca6e0d659.zip |
Update release version number to R14.0.9.r14.0.9
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 6206b5d..d50d579 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( keximdb ) -set( VERSION R14.1.0 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |