summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:34:37 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:34:37 -0500
commit5ee8849b092e8f3ecabf08fa959006a7e99e58b7 (patch)
tree98a2eed7bd7a41dbf986515868a51ad71bd04913
parentbe31b51dbc54328b836ebe216ff5c59c017f1c51 (diff)
downloadtdelibs-5ee8849b.tar.gz
tdelibs-5ee8849b.zip
Update VERSION in root CMakeLists.txt.
This partially resolves bug report 1595.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 324f07b66..11c6149bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdelibs )
set( PACKAGE tdelibs )
-set( VERSION "3.5.13" )
+set( VERSION R14.0.0 )
##### include essential cmake modules ###########