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
commit9114863a54388a7fa7845b812f6449bc46a05688 (patch)
tree2f792456d1691563b4b3aebd201c2b9204525868 /CMakeLists.txt
parentbba24262811790807209a3cba74955c4ba42a6e1 (diff)
downloadtdegraphics-9114863a54388a7fa7845b812f6449bc46a05688.tar.gz
tdegraphics-9114863a54388a7fa7845b812f6449bc46a05688.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 93f62f04..ad3b7ef4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tdegraphics )
-set( VERSION R14.0.0 )
+set( VERSION R14.1.0 )
##### include essential cmake modules ###########