summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-05-22 16:12:30 +0900
committerMichele Calgaro <[email protected]>2020-05-22 16:12:30 +0900
commit62c5fbb0acf932584c3819a630a3c4f22b716cf1 (patch)
treec0c32d6836a8600668e94fa48de6ee4ca9c0b8c6 /CMakeLists.txt
parent66d7518f09caebcbcc2d7928c18ad1bc38711a18 (diff)
downloadkdirstat-62c5fbb0acf932584c3819a630a3c4f22b716cf1.tar.gz
kdirstat-62c5fbb0acf932584c3819a630a3c4f22b716cf1.zip
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5989d2f..a82b33f 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.8 )
+set( VERSION R14.0.9 )
#### include essential cmake modules