summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:18:50 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:18:50 -0500
commit3e9e911a7842ad2719cd794a9d85fec13789b7a5 (patch)
tree1ea37568b4229c89c729208af049086650adeb83 /CMakeLists.txt
parent6c5471781b1257d68afd288b9d6528f1a8f2eec8 (diff)
downloadtdenetwork-3e9e911a7842ad2719cd794a9d85fec13789b7a5.tar.gz
tdenetwork-3e9e911a7842ad2719cd794a9d85fec13789b7a5.zip
Update VERSION in root CMakeLists.txt.
This partially resolves bug report 1595.
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 77b7ecb6..5d4f0543 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdenetwork )
set( PACKAGE tdenetwork )
-set( VERSION "3.5.13" )
+set( VERSION R14.0.0 )
##### include essential cmake modules ###########