diff options
author | Slávek Banko <[email protected]> | 2015-11-30 20:34:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-11-30 20:34:02 +0100 |
commit | 38e2fae744670b7b4cfa8fc271b797396b8f2c09 (patch) | |
tree | bad036954edbab872e8f59cece4071c8a4a77897 /CMakeLists.txt | |
parent | ae21aedf45854f145291e16f9e6ac7b9e71685df (diff) | |
download | tdenetwork-38e2fae744670b7b4cfa8fc271b797396b8f2c09.tar.gz tdenetwork-38e2fae744670b7b4cfa8fc271b797396b8f2c09.zip |
Update version number for new target R14.0.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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 ########### |