summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-02 15:33:18 +0200
commit0e31b0ae47a45951bdfe9e1452cdce1a7ace1a4e (patch)
tree1c968be9ea567833c352e7f6582882a821429850
parent3ed3e2751d51a73f6ea50e925aa1667ad0a69b43 (diff)
downloadtdegames-0e31b0ae47a45951bdfe9e1452cdce1a7ace1a4e.tar.gz
tdegames-0e31b0ae47a45951bdfe9e1452cdce1a7ace1a4e.zip
Update version number to R14.0.11.
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 ad7a5ec5..36ceb182 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup
project( tdegames )
-set( VERSION R14.0.10 )
+set( VERSION R14.0.11 )
##### include essential cmake modules