Release 0.15.7.

This commit is contained in:
rakshasa
2025-09-05 07:28:59 +00:00
parent 457d5170b8
commit d3ecc83b32
+2 -2
View File
@@ -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