diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:28 +0200 |
commit | 077c52819ae3acb6bb6107351f37499dca3f7249 (patch) | |
tree | f8f879748b6e9bac14380a6d0aa6d60761938ef2 /CMakeLists.txt | |
parent | 4e3453aa8aa631ca83598c5381e4c399e38db0ae (diff) | |
download | kshowmail-077c52819ae3acb6bb6107351f37499dca3f7249.tar.gz kshowmail-077c52819ae3acb6bb6107351f37499dca3f7249.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 7bbf011..a571228 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( kshowmail ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |