diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-18 22:17:55 +0100 |
commit | 27ae5218bf42ec5c78fc95f4444b40669bbe22a0 (patch) | |
tree | 6b8a93304003fb363c9798640681130a1dc768c0 /CMakeLists.txt | |
parent | 47a5cf612fbeb602fa807973459153740dc1de6f (diff) | |
download | tdeio-sword-27ae5218bf42ec5c78fc95f4444b40669bbe22a0.tar.gz tdeio-sword-27ae5218bf42ec5c78fc95f4444b40669bbe22a0.zip |
Update version number for R14.0.7 final release.r14.0.7
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 92c9a4e..d6bf2d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required( VERSION 2.8 ) #### general package setup project( tdeio-sword ) -set( VERSION R14.0.6 ) +set( VERSION R14.0.7 ) #### include essential cmake modules |