summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:29 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:29 +0100
commit5a5816eb071a9674396b83d712e90351107293df (patch)
tree7157e30166fc17c6d106215d17b306d15d04c162 /CMakeLists.txt
parent38bf216496112ae7483ad3f2733411d93a0ff728 (diff)
downloadtdetoys-5a5816eb071a9674396b83d712e90351107293df.tar.gz
tdetoys-5a5816eb071a9674396b83d712e90351107293df.zip
Update version number for new target R14.0.5
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 884ec92..f879581 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tdeutils )
-set( VERSION R14.0.4 )
+set( VERSION R14.0.5 )
##### include essential cmake modules ###########