summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 22:24:35 +0900
commit756acced2c5dbe2b6b1ded4fb1677b5905741bd0 (patch)
treec4add8f4129b10d120ffee667271851ac09d3295
parenta6e63c7e65719ecf7ae06309e6fd107a49184d36 (diff)
downloadtdeartwork-756acced2c5dbe2b6b1ded4fb1677b5905741bd0.tar.gz
tdeartwork-756acced2c5dbe2b6b1ded4fb1677b5905741bd0.zip
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dca1dbb0..61a0a3e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8 )
project( tdeartwork )
set( PACKAGE tdeartwork )
-set( VERSION R14.0.5 )
+set( VERSION R14.0.6 )
##### include essential cmake modules ###########