summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:36:00 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-08-01 19:36:00 -0500
commitca2464d2719ead9a5c5b6fae02eb3355dd30bcca (patch)
treed144f70823c07022104ee32fd5d59065bae1b955
parentb1c813e8cc465a01ba5146754a10b17805195979 (diff)
downloadtdetoys-ca2464d2719ead9a5c5b6fae02eb3355dd30bcca.tar.gz
tdetoys-ca2464d2719ead9a5c5b6fae02eb3355dd30bcca.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 8adb215..81cd6e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tdeutils )
-set( VERSION R14 )
+set( VERSION R14.0.0 )
##### include essential cmake modules ###########