diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-11 01:07:14 +0200 |
commit | 5d4f5cbc805974548fd7a40f8d2f57ee0324c693 (patch) | |
tree | c8144cee47ef2116597e7ff4a36062946112bad5 /CMakeLists.txt | |
parent | bbf19c4ede0495f3314ecc6be0695c32c3cdb263 (diff) | |
download | kdirstat-r14.0.8.tar.gz kdirstat-r14.0.8.zip |
Update version number for R14.0.8 final release.r14.0.8
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 5fe3105..5989d2f 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.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |