diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-01 19:16:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-01 19:16:52 -0500 |
commit | 4ffef00a88c6bade6a3189a4e651d7549e92221a (patch) | |
tree | 0e94a515565e9a955d8dbc985d05739ca97cc74f /CMakeLists.txt | |
parent | 9fed5e42f51ca4ebc1e7d2a7262b429625e1be6b (diff) | |
download | tdeartwork-4ffef00a88c6bade6a3189a4e651d7549e92221a.tar.gz tdeartwork-4ffef00a88c6bade6a3189a4e651d7549e92221a.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 4739fdeb..d92cb4f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdeartwork ) set( PACKAGE tdeartwork ) -set( VERSION "3.5.13" ) +set( VERSION R14.0.0 ) ##### include essential cmake modules ########### |