diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:43 +0900 |
commit | 9fb53eee13e920706d365e8d921bd211ecb4b6e6 (patch) | |
tree | 4eb303df480707c9a8176e667178f5f8561d1230 | |
parent | d95702be7dbcad9f7c13421812fdc5dfe1c32d2c (diff) | |
download | kdirstat-9fb53eee13e920706d365e8d921bd211ecb4b6e6.tar.gz kdirstat-9fb53eee13e920706d365e8d921bd211ecb4b6e6.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 538cf2c..70fd1dd 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.1.0 ) +set( VERSION R14.0.6 ) #### include essential cmake modules |