summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-04-06 12:27:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-04-06 12:27:07 +0900
commit78c9cc79912f255828befbd97aebafa8575af762 (patch)
treee52d4fe4548d28e1895c5fd663c69af8d4fc0b56
parent24bcefa89da56560ee56041b0ae01094302cda85 (diff)
downloadkompose-78c9cc79912f255828befbd97aebafa8575af762.tar.gz
kompose-78c9cc79912f255828befbd97aebafa8575af762.zip
Fixed TDE version number in cmake files.
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 93d603e..8930e21 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################
project( kompose )
-set( VERSION R14.1.0 )
+set( VERSION R14.0.10 )
##### include essential cmake modules ###########