diff options
author | Slávek Banko <[email protected]> | 2022-05-03 10:22:41 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-03 10:22:41 +0200 |
commit | 68c832e960cd3105c163c5359e410c30a1f50b0a (patch) | |
tree | 0e240a55a47e222e50a9cc43ed0b24719226b508 | |
parent | 67667f069857829ea81db5bb791844f9558adb37 (diff) | |
download | tdeio-umountwrapper-68c832e960cd3105c163c5359e410c30a1f50b0a.tar.gz tdeio-umountwrapper-68c832e960cd3105c163c5359e410c30a1f50b0a.zip |
Update version number to the upcoming R14.0.13.
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 4a61bbc..bf8cb38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_umountwrapper ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |