Tagged release 0.16.8.

This commit is contained in:
rakshasa
2026-03-15 15:43:32 +01:00
parent 70e6964823
commit 39f186e523
+2 -2
View File
@@ -1,6 +1,6 @@
m4_pattern_allow([PKG_CHECK_EXISTS])
AC_INIT([rtorrent],[0.16.7],[sundell.software@gmail.com])
AC_INIT([rtorrent],[0.16.8],[sundell.software@gmail.com])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([scripts])
@@ -48,7 +48,7 @@ if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" != xyes; then
fi
PKG_CHECK_MODULES([CPPUNIT], [cppunit],, [no_cppunit="yes"])
PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.16.7])
PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.16.8])
AC_LANG_PUSH(C++)
TORRENT_WITH_XMLRPC_C