summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:28 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-11-12 15:35:28 +0100
commitedb5c65fd6351730085e51523ed44083daedc5ed (patch)
tree870ca0758aeb1c18dce89a80fe5c284faaa88437 /CMakeLists.txt
parent5d951f6a9831548647ba31489ebb670a14629cf0 (diff)
downloadtdegraphics-edb5c65fd6351730085e51523ed44083daedc5ed.tar.gz
tdegraphics-edb5c65fd6351730085e51523ed44083daedc5ed.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 53a11a5f..44190d90 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.4 )
+set( VERSION R14.0.5 )
##### include essential cmake modules ###########