summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:30 +0900
commit731c85817ec20ca8bcf7ff93287a3ee17a60b488 (patch)
tree570de7aaec4c38bd4f20c3f74f29e2d664edfed7 /CMakeLists.txt
parentca2507adc749959a2f02b86d8fd9db1853ff2298 (diff)
downloadtdelibs-731c85817ec20ca8bcf7ff93287a3ee17a60b488.tar.gz
tdelibs-731c85817ec20ca8bcf7ff93287a3ee17a60b488.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
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 9cd1fdb55..85b87b7e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdelibs )
set( PACKAGE tdelibs )
-set( VERSION R14.0.5 )
+set( VERSION R14.0.6 )
##### include essential cmake modules ###########