From f8ea5ffa078758f8a166b3e1d73bc7667075a0cc Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 16 Dec 2008 00:50:30 +0000 Subject: [PATCH] updated version numbers and makefile --- Makefile.am | 6 +++--- configure.in | 2 +- include/libtorrent/version.hpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index ccb3002ba..dcba3c0c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,8 +18,8 @@ docs/arctic_thumb.png \ docs/fdm.png \ docs/tvitty.jpg \ docs/leechcraft.png \ -docs/lince.jpg \ -docs/fatrat.jpg \ +docs/lince.png \ +docs/fatrat.png \ docs/miro.jpg \ docs/bitbuddy_thumb.jpg \ docs/bitscast_thumb.png \ @@ -29,7 +29,7 @@ docs/btg_thumb.jpg \ docs/bitfox.png \ docs/acquasition.jpg \ docs/im_thumb.jpg \ -docs/Linkage.jpg \ +docs/Linkage.png \ docs/deluge.png \ docs/halite_thumb.png \ docs/electric_sheep_thumb.jpg \ diff --git a/configure.in b/configure.in index a3835e958..b5dc1ab8e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT([libtorrent-rasterbar], [0.14], [arvid@rasterbar.com]) +AC_INIT([libtorrent-rasterbar], [0.15], [arvid@rasterbar.com]) AM_INIT_AUTOMAKE(foreign 1.10) AC_CONFIG_SRCDIR([src/torrent.cpp]) diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index 06b1bbe13..8930ee9b8 100644 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -34,8 +34,8 @@ POSSIBILITY OF SUCH DAMAGE. #define TORRENT_VERSION_HPP_INCLUDED #define LIBTORRENT_VERSION_MAJOR 0 -#define LIBTORRENT_VERSION_MINOR 14 +#define LIBTORRENT_VERSION_MINOR 15 -#define LIBTORRENT_VERSION "0.14.0.0" +#define LIBTORRENT_VERSION "0.15.0.0" #endif