summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:28 +0900
commit0aae3df09e6d1d363534da71d91b559d8edfa91c (patch)
tree07f265cc77970c1e054577d30241deb146a22a7f /CMakeLists.txt
parent793982b70afa88768bfbc2e616bbdd38fc247220 (diff)
downloadtdepim-0aae3df09e6d1d363534da71d91b559d8edfa91c.tar.gz
tdepim-0aae3df09e6d1d363534da71d91b559d8edfa91c.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 065ddba0f..e54ed3a08 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdepim )
set( PACKAGE tdepim )
-set( VERSION R14.0.0 )
+set( VERSION R14.1.0 )
##### include essential cmake modules ###########