summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-07-12 16:58:26 +0900
commitbaf3ce7f33a405cd68ee2aa614da52fd1c1eea45 (patch)
treed21e1bb59dd61863e1b6d135c5065077a05d210b /CMakeLists.txt
parentf50771a04cee9a25d1701e95be99cc7e9f0f74ee (diff)
downloadtdeaddons-baf3ce7f33a405cd68ee2aa614da52fd1c1eea45.tar.gz
tdeaddons-baf3ce7f33a405cd68ee2aa614da52fd1c1eea45.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 712575d..0ba2da4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tdeaddons )
-set( VERSION R14.0.0 )
+set( VERSION R14.1.0 )
##### include essential cmake modules ###########