diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:24:31 +0900 |
commit | 3d2fd351ceaea347e8610c3f95d60a21fa1dcbf9 (patch) | |
tree | 7c250e10cc0df315123c515346f9aa70ec308bf2 | |
parent | 5b65df750323ce0d213495cc0eb254bd4da80229 (diff) | |
download | tdebase-3d2fd351ceaea347e8610c3f95d60a21fa1dcbf9.tar.gz tdebase-3d2fd351ceaea347e8610c3f95d60a21fa1dcbf9.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 b613eb84f..1b407caa5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required( VERSION 2.8 ) project( tdebase ) set( PACKAGE tdebase ) -set( VERSION R14.0.5 ) +set( VERSION R14.0.6 ) ##### include essential cmake modules ########### |