summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:26:36 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:26:36 -0500
commit682dadf9bbd25d76c524a35263e89b93afe97580 (patch)
treeaeddfeca7da8f01f77932f00818de503f6e43980 /CMakeLists.txt
parentc70d52a51432c73443a65ddb3e18636e70c8f1e2 (diff)
downloadtdebase-682dadf9bbd25d76c524a35263e89b93afe97580.tar.gz
tdebase-682dadf9bbd25d76c524a35263e89b93afe97580.zip
Update VERSION in root CMakeLists.txt.
This partially resolves bug report 1595.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9143aeb83..9bfc941e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdebase )
set( PACKAGE tdebase )
-set( VERSION "R14" )
+set( VERSION R14.0.0 )
##### include essential cmake modules ###########