diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:20:51 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:20:51 +0100 |
commit | b8f57c358a96f28e3a8a29c27849fcd32ddec07b (patch) | |
tree | 4b6851ecf730a7209007cf7ebf7a62a184542e7c | |
parent | c3039c48cb16d2f55ac2d3e9c5008e75bcc8a2b8 (diff) | |
download | kshowmail-b8f57c358a96f28e3a8a29c27849fcd32ddec07b.tar.gz kshowmail-b8f57c358a96f28e3a8a29c27849fcd32ddec07b.zip |
Update version number to R14.0.10.
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 5350802..fc5ae88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kshowmail ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |