diff options
author | Slávek Banko <[email protected]> | 2016-11-12 15:35:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-11-12 15:35:28 +0100 |
commit | 3acdd9e8837e2348341d67a52647ee24b44cf426 (patch) | |
tree | 6f71aa713b59aa375643a094303482b3eafb0dc1 /CMakeLists.txt | |
parent | 98bf486a8fcc51d35c228fc218861b046fce4a0c (diff) | |
download | tdegames-3acdd9e8837e2348341d67a52647ee24b44cf426.tar.gz tdegames-3acdd9e8837e2348341d67a52647ee24b44cf426.zip |
Update version number for new target R14.0.5
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 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 ########### |