File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.1.0 not released
1+ 2.1.0 release candidate 2
22
33 * add max_directory_depth limit to load_torrent_limits to bound file path depth when loading torrents
44 * fix race in wait_for_alert(), and update its return value
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ see LICENSE file.
2323#define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000 ) + (LIBTORRENT_VERSION_MINOR * 100 ) + LIBTORRENT_VERSION_TINY )
2424
2525#define LIBTORRENT_VERSION " 2.1.0.0"
26- #define LIBTORRENT_REVISION " 283cea598 "
26+ #define LIBTORRENT_REVISION " 177d9cdda "
2727
2828namespace libtorrent {
2929
@@ -36,7 +36,7 @@ namespace libtorrent {
3636 constexpr char const * version_str = " 2.1.0.0" ;
3737
3838 // the git commit of this libtorrent version
39- constexpr std::uint64_t version_revision = 0x283cea598 ;
39+ constexpr std::uint64_t version_revision = 0x177d9cdda ;
4040
4141 // returns the libtorrent version as string form in this format:
4242 // "<major>.<minor>.<tiny>.<tag>"
You can’t perform that action at this time.
0 commit comments