diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:50 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:21:50 +0100 |
commit | a6615b7a58186014a1e791e1c345cabc310e9dff (patch) | |
tree | a549a2b9c7bda7c4eb40080281f6bd58b09f54ee /CMakeLists.txt | |
parent | f8df739b10afa7b53ae34b2b17f2f508f9d6d9d4 (diff) | |
download | tdeio-umountwrapper-a6615b7a58186014a1e791e1c345cabc310e9dff.tar.gz tdeio-umountwrapper-a6615b7a58186014a1e791e1c345cabc310e9dff.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f30cc0..5e8d77f 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.9 ) +set( VERSION R14.0.10 ) #### include essential cmake modules |