summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-02-29 04:29:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-02-29 04:29:52 +0100
commit7212136399eed971063f439d8d64233a666e4393 (patch)
tree0623f01a5fe630afe3664536d3ecb2aa06c8f17e /CMakeLists.txt
parent0ee697c92e4cc03977bc54202db4d31d04f87dd2 (diff)
downloadtdesdk-7212136399eed971063f439d8d64233a666e4393.tar.gz
tdesdk-7212136399eed971063f439d8d64233a666e4393.zip
Update version number for new target R14.0.4
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 89cbbcb3..1a9ce50b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdesdk )
set( PACKAGE tdesdk )
-set( VERSION R14.0.3 )
+set( VERSION R14.0.4 )
##### include essential cmake modules ###########