summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:32:18 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:32:18 -0500
commit22075d0619feb6a29c9d7db488e089b67ca3e0e6 (patch)
tree38238ae53083139e5bc45b38138aeac20cd4367d
parentea528295ea28c2e7ba98a120374d8cab49fe476a (diff)
downloadtdesdk-22075d06.tar.gz
tdesdk-22075d06.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 23a436a9..0e323139 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdesdk )
set( PACKAGE tdesdk )
-set( VERSION "R14" )
+set( VERSION R14.0.0 )
##### include essential cmake modules ###########