summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:26 +0900
commit504c476de32914e11337c1be65dee3767effb937 (patch)
tree49a43313059c1648feba05a08b62a75a2799c253 /CMakeLists.txt
parent23c3263f1b2b48b729f3877e93abcd9788d7893f (diff)
downloadtdeartwork-504c476de32914e11337c1be65dee3767effb937.tar.gz
tdeartwork-504c476de32914e11337c1be65dee3767effb937.zip
Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 c14557b2..4f349670 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdeartwork )
set( PACKAGE tdeartwork )
-set( VERSION R14.0.0 )
+set( VERSION R14.1.0 )
##### include essential cmake modules ###########