updated version numbers and makefile

This commit is contained in:
Arvid Norberg 2008-12-16 00:50:30 +00:00
parent 9a5fbd4ca2
commit f8ea5ffa07
3 changed files with 6 additions and 6 deletions

View File

@ -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 \

View File

@ -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])

View File

@ -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