diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index a549d95de..3dafe18e1 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 "7f05551" +#define LIBTORRENT_REVISION "044ee0f" namespace libtorrent {