summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:15 +0900
commitf342e0c5a9fd356d026d963b019062a052259fcc (patch)
tree02e00a5962fc913de8189f03b3565df7285bb8bc
parent7852b2a01f7d8bc0403982e0c63a7fb74595d10d (diff)
downloadtdenetwork-f342e0c5a9fd356d026d963b019062a052259fcc.tar.gz
tdenetwork-f342e0c5a9fd356d026d963b019062a052259fcc.zip
Update release version number to R14.0.9.
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 5bd9eb5c..b39d719d 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.8 )
+set( VERSION R14.0.9 )
##### include essential cmake modules ###########