Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 23, 2025
1 parent 71323dd commit 06be134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

2.0.11 not released
2.0.11 released

* fix race condition when cancelling requests after becoming a seed
* fix performance bug in the file pool, evicting MRU instead of LRU (HanabishiRecca)
Expand Down
4 changes: 2 additions & 2 deletions include/libtorrent/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY)

#define LIBTORRENT_VERSION "2.0.11.0"
#define LIBTORRENT_REVISION "74bc93a37"
#define LIBTORRENT_REVISION "6e1587799"

namespace libtorrent {

Expand All @@ -59,7 +59,7 @@ namespace libtorrent {
constexpr char const* version_str = "2.0.11.0";

// the git commit of this libtorrent version
constexpr std::uint64_t version_revision = 0x74bc93a37;
constexpr std::uint64_t version_revision = 0x6e1587799;

// returns the libtorrent version as string form in this format:
// "<major>.<minor>.<tiny>.<tag>"
Expand Down

0 comments on commit 06be134

Please sign in to comment.