diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:16:41 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-11-04 15:16:41 +0100 |
commit | 36d0f854d7fc6415b31e262d0f16c91159c41b4a (patch) | |
tree | 60395918f3f0da1d404a65d4bad5389c57d0641d /CMakeLists.txt | |
parent | 26401176a5ef640d7b2707e0067e7fd381944631 (diff) | |
download | tdegames-36d0f854d7fc6415b31e262d0f16c91159c41b4a.tar.gz tdegames-36d0f854d7fc6415b31e262d0f16c91159c41b4a.zip |
Update version number to R14.0.10.
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 25fc61f2..fd0c19c5 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.9 ) +set( VERSION R14.0.10 ) ##### include essential cmake modules ########### |