diff options
author | Slávek Banko <[email protected]> | 2020-11-04 15:16:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-04 15:16:22 +0100 |
commit | ab093b0acccc3926a7c11311108d1545cd689cf7 (patch) | |
tree | b63495ff279dbded47b4f8b218c8d37ba336da82 | |
parent | 969a166df1fac319b59655526a01018fa2cccdca (diff) | |
download | tdenetwork-ab093b0acccc3926a7c11311108d1545cd689cf7.tar.gz tdenetwork-ab093b0acccc3926a7c11311108d1545cd689cf7.zip |
Update version number to R14.0.10.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
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 ########### |