summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:16:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-04 15:16:22 +0100
commitab093b0acccc3926a7c11311108d1545cd689cf7 (patch)
treeb63495ff279dbded47b4f8b218c8d37ba336da82 /CMakeLists.txt
parent969a166df1fac319b59655526a01018fa2cccdca (diff)
downloadtdenetwork-ab093b0acccc3926a7c11311108d1545cd689cf7.tar.gz
tdenetwork-ab093b0acccc3926a7c11311108d1545cd689cf7.zip
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 b39d719d..9a627f6a 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.9 )
+set( VERSION R14.0.10 )
##### include essential cmake modules ###########