Skip to content

Commit

Permalink
Release 0.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Jan 1, 2025
1 parent a9898c6 commit 3160291
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.15.0],[[email protected]])
AC_INIT([rtorrent],[0.15.1],[[email protected]])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIRS([scripts])
Expand All @@ -9,7 +9,6 @@ AM_PROG_AR

AC_DEFINE([API_VERSION], [10], [api version])

AC_PROG_RANLIB
AC_PROG_CXX
AC_SYS_LARGEFILE
LT_INIT
Expand Down Expand Up @@ -51,7 +50,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.0])
PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.15.1])

AC_LANG_PUSH(C++)
TORRENT_WITH_XMLRPC_C
Expand Down

0 comments on commit 3160291

Please sign in to comment.