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 | b15eb211036488dc2e54cc1f30b2ea20f7c21bb7 (patch) | |
tree | e912100ec73535e77533db1b9dbe066777808710 | |
parent | 88a1b55490aeee6432e130ef420de332e0c1eb22 (diff) | |
download | tdeio-umountwrapper-b15eb211036488dc2e54cc1f30b2ea20f7c21bb7.tar.gz tdeio-umountwrapper-b15eb211036488dc2e54cc1f30b2ea20f7c21bb7.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 3567022..eb7eb5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdeio-umountwrapper ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |