summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-05-03 10:22:21 +0200
commitf971bab6513edd6203b3befff975601c6c7177d5 (patch)
treeb7a34906e89880215e48ebb2fafd86d9179641c5
parent8dd2acae4c5a97692593c215d619bf5196956325 (diff)
downloadtdegames-f971bab6513edd6203b3befff975601c6c7177d5.tar.gz
tdegames-f971bab6513edd6203b3befff975601c6c7177d5.zip
Update version number to the upcoming R14.0.13.
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 516c5a47..5a83a39a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup
project( tdegames )
-set( VERSION R14.0.12 )
+set( VERSION R14.0.13 )
##### include essential cmake modules