summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-11-30 20:33:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-11-30 20:33:55 +0100
commitf140f78c47fbd69bd1bcd742441887801205b2fa (patch)
tree362d8877add8043546ec15da5a559e726ed06ccb /CMakeLists.txt
parent392be5b13aece90bffa91cce329aff63471def81 (diff)
downloadtdegraphics-f140f78c47fbd69bd1bcd742441887801205b2fa.tar.gz
tdegraphics-f140f78c47fbd69bd1bcd742441887801205b2fa.zip
Update version number for new target R14.0.3
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 b4438472..8005596b 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.2 )
+set( VERSION R14.0.3 )
##### include essential cmake modules ###########