summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:16:52 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:16:52 -0500
commit4ffef00a88c6bade6a3189a4e651d7549e92221a (patch)
tree0e94a515565e9a955d8dbc985d05739ca97cc74f
parent9fed5e42f51ca4ebc1e7d2a7262b429625e1be6b (diff)
downloadtdeartwork-4ffef00a.tar.gz
tdeartwork-4ffef00a.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 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 ###########