diff --git a/configure.ac b/configure.ac index cf1ff2b6..b169987b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_pattern_allow([PKG_CHECK_EXISTS]) -AC_INIT([rtorrent],[0.15.6],[sundell.software@gmail.com]) +AC_INIT([rtorrent],[0.15.7],[sundell.software@gmail.com]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([scripts]) @@ -54,7 +54,7 @@ fi PKG_CHECK_MODULES([LIBCURL], [libcurl],, [LIBCURL_CHECK_CONFIG]) PKG_CHECK_MODULES([CPPUNIT], [cppunit],, [no_cppunit="yes"]) -PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.15.6]) +PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.15.7]) AC_LANG_PUSH(C++) TORRENT_WITH_XMLRPC_C