diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-06 12:27:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-06 12:27:07 +0900 |
commit | 78c9cc79912f255828befbd97aebafa8575af762 (patch) | |
tree | e52d4fe4548d28e1895c5fd663c69af8d4fc0b56 | |
parent | 24bcefa89da56560ee56041b0ae01094302cda85 (diff) | |
download | kompose-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.txt | 2 |
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 ########### |