diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:19:08 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:19:08 +0100 |
commit | 1b6326095c70868fcc07de23faf1cff12b9b69c7 (patch) | |
tree | 01a84736aa13b0068b35a8e85051a3abcb48234e | |
parent | eb224a4dd5b9936167097664ae6ec5c96e9450c9 (diff) | |
download | kdirstat-1b6326095c70868fcc07de23faf1cff12b9b69c7.tar.gz kdirstat-1b6326095c70868fcc07de23faf1cff12b9b69c7.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 a82b33f..215ceeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( kdirstat ) -set( VERSION R14.0.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |