summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-05-22 16:12:19 +0900
commit7107552c036098a7f4c1eed6e52b20d7c85198c4 (patch)
tree47af10da9fa0f7f73c0824051c62c234860b7108 /CMakeLists.txt
parentd5605d03900d0956fe0aeeb8587a659afb5fe58f (diff)
downloadtdesdk-7107552c036098a7f4c1eed6e52b20d7c85198c4.tar.gz
tdesdk-7107552c036098a7f4c1eed6e52b20d7c85198c4.zip
Update release version number to R14.0.9.
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 046363c5..eeba5f09 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.8 )
+set( VERSION R14.0.9 )
##### include essential cmake modules ###########