diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:26 +0200 |
commit | ea0aecad17ff5d2094d06dff81384f20516c4234 (patch) | |
tree | aad65e44ca3282d52216c300a9f769d72c5423a1 | |
parent | 2cbb32f7e67a790bc8fef0d8b09a04ccd50566ba (diff) | |
download | knetstats-ea0aecad17ff5d2094d06dff81384f20516c4234.tar.gz knetstats-ea0aecad17ff5d2094d06dff81384f20516c4234.zip |
Update version number to R14.0.11.
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 4fc6f45..ef135fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( knetstats ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |