Skip to content

Commit c6f4e95

Browse files
authored
Raise minimum libtorrent 2 version to 2.0.10
PR qbittorrent#20447.
1 parent fc3953d commit c6f4e95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(minBoostVersion 1.76)
1111
set(minQt6Version 6.5.0)
1212
set(minOpenSSLVersion 3.0.2)
1313
set(minLibtorrent1Version 1.2.19)
14-
set(minLibtorrentVersion 2.0.9)
14+
set(minLibtorrentVersion 2.0.10)
1515
set(minZlibVersion 1.2.11)
1616

1717
include(GNUInstallDirs)

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ qBittorrent - A BitTorrent client in C++ / Qt
55

66
- Boost >= 1.76
77

8-
- libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.9 - 2.0.x
8+
- libtorrent-rasterbar 1.2.19 - 1.2.x || 2.0.10 - 2.0.x
99
* By Arvid Norberg, https://www.libtorrent.org/
1010
* Be careful: another library (the one used by rTorrent) uses a similar name
1111

0 commit comments

Comments
 (0)