diff --git a/ChangeLog b/ChangeLog index e9d92faae..7d763c471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + +1.1.0 release + * tracker response alerts from user initiated announces/scrapes are now posted regardless of alert mask * improve DHT performance when changing external IP (primarily affects diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index afc218cff..a549d95de 100644 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE. #define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY) #define LIBTORRENT_VERSION "1.1.0.0" -#define LIBTORRENT_REVISION "4c0b00c" +#define LIBTORRENT_REVISION "7f05551" namespace libtorrent {