diff options
author | Slávek Banko <[email protected]> | 2019-12-18 22:17:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-18 22:17:56 +0100 |
commit | f37f348da407e3053d6920efb4793600a22336b3 (patch) | |
tree | b63100e4e0543404a1f8ce447f40ec7fd41190fd | |
parent | 2189555f428610f32b95bdf7ba9f6153804a5a38 (diff) | |
download | tdesudo-f37f348da407e3053d6920efb4793600a22336b3.tar.gz tdesudo-f37f348da407e3053d6920efb4793600a22336b3.zip |
Update version number for R14.0.7 final release.r14.0.7
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 4cc5819..0c2029a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdesudo ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |