summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:27 +0900
commitebbe6c574d83e25d4953bbf05d00338f9173d2f6 (patch)
treeedc3dc346c0a31983d6d9001f0d2d7edba59047f /CMakeLists.txt
parentdfb2fc81bb51d3ffe97c7b66f69be61dba475ab0 (diff)
downloadtdemultimedia-ebbe6c574d83e25d4953bbf05d00338f9173d2f6.tar.gz
tdemultimedia-ebbe6c574d83e25d4953bbf05d00338f9173d2f6.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 4784bf88..2994da4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdemultimedia )
set( PACKAGE tdemultimedia )
-set( VERSION R14.0.0 )
+set( VERSION R14.1.0 )
##### include essential cmake modules ###########