summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:33 +0900
commita91d1892b968773b25372873e552fd2846ca6427 (patch)
treef1acd19040e8eece6e2680329be0ebdc20b74bae /CMakeLists.txt
parent10ea8798a63d10114783ae6e690138ea12042d3e (diff)
downloadtdeutils-a91d1892b968773b25372873e552fd2846ca6427.tar.gz
tdeutils-a91d1892b968773b25372873e552fd2846ca6427.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 df63c0a..19ade5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdeutils )
set( PACKAGE tdeutils )
-set( VERSION R14.0.5 )
+set( VERSION R14.0.6 )
##### include essential cmake modules ###########