Skip to content

Commit 0ee8144

Browse files
committed
cut 2.1 rc2
1 parent 177d9cd commit 0ee8144

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

include/libtorrent/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2828
namespace 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>"

0 commit comments

Comments
 (0)