diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:34 +0900 |
commit | 3195191d058c95d5a8b1138f75d3462f2ce548b6 (patch) | |
tree | 428d73c5dc168276d309bd00dd5afd421b07be22 | |
parent | b9821cb76f03599ba3120759fb2b500609d1ccc4 (diff) | |
download | tdegames-3195191d058c95d5a8b1138f75d3462f2ce548b6.tar.gz tdegames-3195191d058c95d5a8b1138f75d3462f2ce548b6.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 73851e72..871018f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 ) ##### general package setup ##################### project( tdegames ) -set( VERSION R14.0.5 ) +set( VERSION R14.0.6 ) ##### include essential cmake modules ########### |