summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:28 +0100
commit3acdd9e8837e2348341d67a52647ee24b44cf426 (patch)
tree6f71aa713b59aa375643a094303482b3eafb0dc1 /CMakeLists.txt
parent98bf486a8fcc51d35c228fc218861b046fce4a0c (diff)
downloadtdegames-3acdd9e8837e2348341d67a52647ee24b44cf426.tar.gz
tdegames-3acdd9e8837e2348341d67a52647ee24b44cf426.zip
Update version number for new target R14.0.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index afcb1cef..509e1095 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.4 )
+set( VERSION R14.0.5 )
##### include essential cmake modules ###########