summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:13:23 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:13:23 -0500
commit45b0c52aaa88f79fde6027cf549499d530ca22d0 (patch)
tree1eb0d38474604b8aec4141123888e8208aa26b7b
parent3605ac982af1b2ebf1d930f4de3fab6087e83f44 (diff)
downloadtdegraphics-45b0c52aaa88f79fde6027cf549499d530ca22d0.tar.gz
tdegraphics-45b0c52aaa88f79fde6027cf549499d530ca22d0.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 7e8f3d05..680ae05d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tdegraphics )
-set( VERSION 3.5.13 )
+set( VERSION R14.0.0 )
##### include essential cmake modules ###########