summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-11-30 20:34:03 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-11-30 20:34:03 +0100
commit70c966b17b4fd74baed8d8e18ce8ccb8434e25aa (patch)
tree2a1ca925d69c3c9f789e279e2ec221951a5dee91 /CMakeLists.txt
parent8380990cd684a031c8a1846e7f7591ccd8e06555 (diff)
downloadtdetoys-70c966b17b4fd74baed8d8e18ce8ccb8434e25aa.tar.gz
tdetoys-70c966b17b4fd74baed8d8e18ce8ccb8434e25aa.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 9b89d3d..ce69d08 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.2 )
+set( VERSION R14.0.3 )
##### include essential cmake modules ###########