diff options
author | Slávek Banko <[email protected]> | 2020-04-11 01:07:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-11 01:07:51 +0200 |
commit | e7cc155702cceda04abf47a66c995fe2a1917b06 (patch) | |
tree | 6ef4fc7cafaac4c4b99a69cb87341de5c775de62 | |
parent | 5ea7d8deee8d57f6099b109795f8b74d8e8f8f3a (diff) | |
download | tdeio-umountwrapper-e7cc155702cceda04abf47a66c995fe2a1917b06.tar.gz tdeio-umountwrapper-e7cc155702cceda04abf47a66c995fe2a1917b06.zip |
Update version number for R14.0.8 final release.r14.0.8
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 eb7eb5a..3c2f3a3 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.7 ) +set( VERSION R14.0.8 ) #### include essential cmake modules |