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
commit1c4247f36dbcebdc266aa36bfef4a42cec6f4d8c (patch)
tree1d7bccb53b4dc44d2b204a2983a40e4a2f3dca0b /CMakeLists.txt
parent2831d4e5fca3e6cd3967b1ecb6a364c01eeeb228 (diff)
downloadtdesdk-1c4247f36dbcebdc266aa36bfef4a42cec6f4d8c.tar.gz
tdesdk-1c4247f36dbcebdc266aa36bfef4a42cec6f4d8c.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 8a098988..b5205b34 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.0.0 )
+set( VERSION R14.1.0 )
##### include essential cmake modules ###########