diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:33 +0900 |
commit | cacbd29b38a464a166c19f7c0f261f71e003dae9 (patch) | |
tree | 9f4a659e142f1caa002a2f29449cdc35a7d0a490 | |
parent | 4345e83874b49f023833f876313a1657017ce311 (diff) | |
download | tdetoys-cacbd29b38a464a166c19f7c0f261f71e003dae9.tar.gz tdetoys-cacbd29b38a464a166c19f7c0f261f71e003dae9.zip |
Updated VERSION reference to R14.0.6 in CMakeLists.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16cfb10..5333cb2 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.5 ) +set( VERSION R14.0.6 ) ##### include essential cmake modules ########### |