Skip to content

Commit

Permalink
Bumped version to 0.6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Jun 7, 2018
1 parent 5d22fdd commit 327164f
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,4 +1,4 @@
AC_INIT(rtorrent, 0.9.6, [email protected])
AC_INIT(rtorrent, 0.9.7, [email protected])

AC_DEFINE(API_VERSION, 9, api version)

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.6])
PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.13.7])

LIBS="$PTHREAD_LIBS $CURSES_LIB $CPPUNIT_LIBS $LIBCURL $LIBCURL_LIBS $DEPENDENCIES_LIBS $LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS $CPPUNIT_CFLAGS $LIBCURL_CPPFLAGS $LIBCURL_CFLAGS $DEPENDENCIES_CFLAGS $CURSES_CFLAGS"
Expand Down

0 comments on commit 327164f

Please sign in to comment.