From 06be134b6fdb84d5ad35c0b9631f257a54d0f0dd Mon Sep 17 00:00:00 2001
From: Arvid Norberg <arvid@libtorrent.org>
Date: Mon, 20 Jan 2025 17:21:23 +0100
Subject: [PATCH] bump version

---
 ChangeLog                      | 2 +-
 include/libtorrent/version.hpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5a5b4c350a0..a22974aaacf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp
index 38c093cf87f..15ee5bd1a63 100644
--- a/include/libtorrent/version.hpp
+++ b/include/libtorrent/version.hpp
@@ -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 {
 
@@ -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>"