Skip to content

Commit

Permalink
Bumped to version 0.9.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Jul 19, 2019
1 parent a5e8631 commit 6154d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_INIT(rtorrent, 0.9.7, [email protected])
AC_INIT(rtorrent, 0.9.8, [email protected])

AC_DEFINE(API_VERSION, 9, api version)
AC_DEFINE(API_VERSION, 10, api version)

AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS(config.h)
Expand Down Expand Up @@ -40,7 +40,7 @@ fi

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

AC_LANG_PUSH(C++)
TORRENT_WITH_XMLRPC_C
Expand Down

0 comments on commit 6154d16

Please sign in to comment.