mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 21:52:30 +00:00
Bumped version to 0.9.2.
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
AC_INIT(rtorrent, 0.9.1, jaris@ifi.uio.no)
|
||||
AC_INIT(rtorrent, 0.9.2, jaris@ifi.uio.no)
|
||||
|
||||
AC_DEFINE(API_VERSION, 6, api version)
|
||||
|
||||
@@ -49,7 +49,7 @@ PKG_CHECK_MODULES(libcurl, libcurl >= 7.15.4,
|
||||
CXXFLAGS="$CXXFLAGS $libcurl_CFLAGS";
|
||||
LIBS="$LIBS $libcurl_LIBS")
|
||||
|
||||
PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.13.1,
|
||||
PKG_CHECK_MODULES(libtorrent, libtorrent >= 0.13.2,
|
||||
CXXFLAGS="$CXXFLAGS $libtorrent_CFLAGS";
|
||||
LIBS="$LIBS $libtorrent_LIBS")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user