diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-01 19:34:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-01 19:34:37 -0500 |
commit | 5ee8849b092e8f3ecabf08fa959006a7e99e58b7 (patch) | |
tree | 98a2eed7bd7a41dbf986515868a51ad71bd04913 /CMakeLists.txt | |
parent | be31b51dbc54328b836ebe216ff5c59c017f1c51 (diff) | |
download | tdelibs-5ee8849b092e8f3ecabf08fa959006a7e99e58b7.tar.gz tdelibs-5ee8849b092e8f3ecabf08fa959006a7e99e58b7.zip |
Update VERSION in root CMakeLists.txt.
This partially resolves bug report 1595.
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 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 ########### |