summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:29 +0100
commit1f93335507d8bf855393527ff2a2802b47418075 (patch)
treee9c68a5ebb2b9a52871e8381c06c653369de8999 /CMakeLists.txt
parentedeb5ec632bc0af0620282e38f97956874230fef (diff)
downloadtdenetwork-1f93335507d8bf855393527ff2a2802b47418075.tar.gz
tdenetwork-1f93335507d8bf855393527ff2a2802b47418075.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 02a185bb..30c83d5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdenetwork )
set( PACKAGE tdenetwork )
-set( VERSION R14.0.4 )
+set( VERSION R14.0.5 )
##### include essential cmake modules ###########