From c6f4e95b7d81e59a39fe8ccd09c36594305f3c5f Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Sun, 21 Apr 2024 07:52:51 +0100 Subject: [PATCH] Raise minimum libtorrent 2 version to 2.0.10 PR #20447. --- CMakeLists.txt | 2 +- INSTALL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06032cba5..86ede6b3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(minBoostVersion 1.76) set(minQt6Version 6.5.0) set(minOpenSSLVersion 3.0.2) set(minLibtorrent1Version 1.2.19) -set(minLibtorrentVersion 2.0.9) +set(minLibtorrentVersion 2.0.10) set(minZlibVersion 1.2.11) include(GNUInstallDirs) diff --git a/INSTALL b/INSTALL index 8d43301ed..86ed7c5f3 100644 --- a/INSTALL +++ b/INSTALL @@ -5,7 +5,7 @@ qBittorrent - A BitTorrent client in C++ / Qt - Boost >= 1.76 - - libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.9 - 2.0.x + - libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.10 - 2.0.x * By Arvid Norberg, https://www.libtorrent.org/ * Be careful: another library (the one used by rTorrent) uses a similar name