diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-10-16 21:09:54 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-10-16 21:09:54 +0200 |
| commit | 4c2009d6bd130e19675d02c17975bbabba388a51 (patch) | |
| tree | 0dcc7f0cdd39e4d234badd7cdee9116cee0131c6 /libs/sftp/CMakeLists.txt | |
| parent | 4af8bed1fe533f6a0371da32c8e2c0ec5c81ebbf (diff) | |
Update libssh2 to 1.11.1
Diffstat (limited to 'libs/sftp/CMakeLists.txt')
| -rw-r--r-- | libs/sftp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sftp/CMakeLists.txt b/libs/sftp/CMakeLists.txt index 4d6ebda..df0cf14 100644 --- a/libs/sftp/CMakeLists.txt +++ b/libs/sftp/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(libssh2 - VERSION 0.11.0 + VERSION 1.11.1 LANGUAGES C CXX) add_compile_options(-Wno-deprecated-non-prototype -Wno-writable-strings) |
