summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:32 +0900
commitf3eb8ddb9d291031bf2b5144bdcdef24822744ff (patch)
treee0bba2f9db553307c1caeae7676f88418457ff05
parent2e7ff2764ccb84c8758a94bdb0caaf869b464626 (diff)
downloadtdenetwork-f3eb8ddb9d291031bf2b5144bdcdef24822744ff.tar.gz
tdenetwork-f3eb8ddb9d291031bf2b5144bdcdef24822744ff.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8063961a..9be4f104 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.5 )
+set( VERSION R14.0.6 )
##### include essential cmake modules ###########