From 57d619eec728a8e9ddb0b8beec38821d7e46a885 Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 8 Apr 2016 22:43:49 -0400 Subject: [PATCH] update revision --- include/libtorrent/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {