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 | e3a822eb114a1cb0f8b124cfb3793f11000fddf5 (patch) | |
tree | 4c3cc751ac42b88c8032adf8ea7b483b2857aa49 | |
parent | a96f39388c7454a6ff5dd8c3efa13332b2a36715 (diff) | |
download | tdeio-sword-e3a822eb114a1cb0f8b124cfb3793f11000fddf5.tar.gz tdeio-sword-e3a822eb114a1cb0f8b124cfb3793f11000fddf5.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 d61076d..55b7f69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_sword ) -set( VERSION R14.0.12 ) +set( VERSION R14.0.13 ) #### include essential cmake modules |