diff options
author | Slávek Banko <[email protected]> | 2021-08-26 03:46:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-26 15:41:58 +0200 |
commit | 031ded8cf8bce48796f34575958d60495b3de42b (patch) | |
tree | 4357abef1c117b20b9fab37a17df6ec6d232feb6 /CMakeLists.txt | |
parent | af07d98a53810517eedc97f3ef6bc42670635c4d (diff) | |
download | tdesshaskpass-031ded8cf8bce48796f34575958d60495b3de42b.tar.gz tdesshaskpass-031ded8cf8bce48796f34575958d60495b3de42b.zip |
Initial TDE conversion.
Signed-off-by: Slávek Banko <[email protected]>
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 73bda65..d147a18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8.12 ) ##### general package setup ##################### project( ksshaskpass ) -set( VERSION 3.5.13.3 ) +set( VERSION 14.0.11 ) ##### include essential cmake modules ########### |