summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-12-18 22:17:48 +0100
committerSlávek Banko <[email protected]>2019-12-18 22:17:48 +0100
commit15e9ec9622ee22aa4c9e0ee815685386d7081dd0 (patch)
tree1c1e98a809f76e1ba169237f823f1efb7f888226
parentbc9c5d429dfbc5d5f4722449024d63d448628ad5 (diff)
downloadkdirstat-15e9ec9622ee22aa4c9e0ee815685386d7081dd0.tar.gz
kdirstat-15e9ec9622ee22aa4c9e0ee815685386d7081dd0.zip
Update version number for R14.0.7 final release.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70fd1dd..3e003b2 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.6 )
+set( VERSION R14.0.7 )
#### include essential cmake modules