diff options
author | Michele Calgaro <[email protected]> | 2019-03-03 22:24:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-03-03 22:24:52 +0900 |
commit | bf9c6050bef952304d90989666771229b9492e19 (patch) | |
tree | e85d77b692ce1d1b31d7381b4ecc0f6829c01cde | |
parent | c6b3ba36145a2df8b524c385cf514f7ff36d3453 (diff) | |
download | tdeio-sword-bf9c6050bef952304d90989666771229b9492e19.tar.gz tdeio-sword-bf9c6050bef952304d90989666771229b9492e19.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
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 11dd998..92c9a4e 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.1.0 ) +set( VERSION R14.0.6 ) #### include essential cmake modules |