summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-11-30 20:34:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-11-30 20:34:02 +0100
commit38e2fae744670b7b4cfa8fc271b797396b8f2c09 (patch)
treebad036954edbab872e8f59cece4071c8a4a77897 /CMakeLists.txt
parentae21aedf45854f145291e16f9e6ac7b9e71685df (diff)
downloadtdenetwork-38e2fae744670b7b4cfa8fc271b797396b8f2c09.tar.gz
tdenetwork-38e2fae744670b7b4cfa8fc271b797396b8f2c09.zip
Update version number for new target R14.0.3
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 54c6be58..6ef4236e 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.2 )
+set( VERSION R14.0.3 )
##### include essential cmake modules ###########