diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:44 +0200 |
commit | 7a584289d909b494b01bb0db348bc3874c345779 (patch) | |
tree | 7f2a6be2ba51fd94a2214d0eed7bfbc55eb401ea | |
parent | 6ef0cabaaa0939b3d3fcb1919ef96493d2e075f3 (diff) | |
download | kdirstat-7a584289d909b494b01bb0db348bc3874c345779.tar.gz kdirstat-7a584289d909b494b01bb0db348bc3874c345779.zip |
Update version number to the upcoming R14.0.13.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 90340a9..ae4d7f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kdirstat ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |