diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 14:29:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 15:42:32 +0200 |
commit | 4d49d83565a99e1c41e3a7e8e0c2732afcd83b16 (patch) | |
tree | 03aeae3eceae2ca6bfc27fe84c932ef20f04bab5 /CMakeLists.txt | |
parent | 031ded8cf8bce48796f34575958d60495b3de42b (diff) | |
download | tdesshaskpass-4d49d83565a99e1c41e3a7e8e0c2732afcd83b16.tar.gz tdesshaskpass-4d49d83565a99e1c41e3a7e8e0c2732afcd83b16.zip |
Rebrand K => TDE.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d147a18..168b306 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### -project( ksshaskpass ) +project( tdesshaskpass ) set( VERSION 14.0.11 ) |