summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:16:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:16:41 +0100
commit36d0f854d7fc6415b31e262d0f16c91159c41b4a (patch)
tree60395918f3f0da1d404a65d4bad5389c57d0641d
parent26401176a5ef640d7b2707e0067e7fd381944631 (diff)
downloadtdegames-36d0f854d7fc6415b31e262d0f16c91159c41b4a.tar.gz
tdegames-36d0f854d7fc6415b31e262d0f16c91159c41b4a.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
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 ###########