Skip to content

Commit

Permalink
Release v0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Dec 26, 2024
1 parent 8f03316 commit 6b8a285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_pattern_allow([PKG_CHECK_EXISTS])

AC_INIT([rtorrent], [0.10.0], [[email protected]])
AC_INIT([rtorrent], [0.15.0], [[email protected]])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([scripts])
Expand Down Expand Up @@ -51,7 +51,7 @@ fi

PKG_CHECK_MODULES([LIBCURL], [libcurl],, [LIBCURL_CHECK_CONFIG])
PKG_CHECK_MODULES([CPPUNIT], [cppunit],, [no_cppunit="yes"])
PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.14.0])
PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.15.0])

AC_LANG_PUSH(C++)
TORRENT_WITH_XMLRPC_C
Expand Down

0 comments on commit 6b8a285

Please sign in to comment.