diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-02 15:33:32 +0200 |
commit | b59f3635cc343bde5e86c30b40e1c592d50a7efa (patch) | |
tree | 79f78b45951a518f0d69df626f06d3acc3592873 | |
parent | 211a8aa223e91ce145b1ca5d5efc7adf19aec48f (diff) | |
download | tdeio-umountwrapper-b59f3635cc343bde5e86c30b40e1c592d50a7efa.tar.gz tdeio-umountwrapper-b59f3635cc343bde5e86c30b40e1c592d50a7efa.zip |
Update version number to R14.0.11.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 372ceba..2c50362 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup project( tdeio-umountwrapper ) -set( VERSION R14.0.10 ) +set( VERSION R14.0.11 ) #### include essential cmake modules |