summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-08-26 18:41:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-08-26 18:41:59 +0200
commit8c17ef893f38d825517ab04207de17ae9dd8f651 (patch)
tree0c78e142af159bc37a87d5184212d7301c8ad2d1 /CMakeLists.txt
parent646ee1075f324aba1709c7d37b8317a92aede83a (diff)
downloadtdeaddons-8c17ef893f38d825517ab04207de17ae9dd8f651.tar.gz
tdeaddons-8c17ef893f38d825517ab04207de17ae9dd8f651.zip
Update version number for new target R14.0.2
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 5457a72..2f67d77 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################
project( tdeaddons )
-set( VERSION R14.0.1 )
+set( VERSION R14.0.2 )
##### include essential cmake modules ###########