diff options
author | Michele Calgaro <[email protected]> | 2020-05-22 16:12:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-05-22 16:12:43 +0900 |
commit | 0a126b10d08a25b4942b7f1ae0f507445fdde064 (patch) | |
tree | 504ff363a39e0db1cdcfe281f4b9b55844a3bde4 | |
parent | ac3e85db77bd1b6a27127d042bb7b4775753a3e2 (diff) | |
download | tdeio-sword-0a126b10d08a25b4942b7f1ae0f507445fdde064.tar.gz tdeio-sword-0a126b10d08a25b4942b7f1ae0f507445fdde064.zip |
Update release version number to R14.0.9.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60595ce..a7533fe 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.8 ) +set( VERSION R14.0.9 ) #### include essential cmake modules |