bump version number

This commit is contained in:
Arvid Norberg 2010-02-25 22:30:07 +00:00
parent 7b480efe68
commit d15fd0c6d3
9 changed files with 10 additions and 10 deletions

View File

@ -232,7 +232,7 @@ set_target_properties(torrent-rasterbar PROPERTIES
SOVERSION 1
VERSION 1)
set (VERSION "0.15.0")
set (VERSION "0.16.0")
get_property (COMPILETIME_OPTIONS_LIST
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIRECTORY}

View File

@ -20,7 +20,7 @@ if $(BOOST_ROOT)
use-project /boost : $(BOOST_ROOT) ;
}
VERSION = 0.15 ;
VERSION = 0.16.0 ;
# rule for linking the correct libraries depending
# on features and target-os

View File

@ -5,7 +5,7 @@
AC_PREREQ([2.63])
AC_INIT([libtorrent-rasterbar],[0.15.0],[arvid@cs.umu.se],
AC_INIT([libtorrent-rasterbar],[0.16.0],[arvid@cs.umu.se],
[libtorrent-rasterbar],[http://www.libtorrent.org])
AC_CONFIG_SRCDIR([src/torrent.cpp])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@rasterbar.com
:Version: 0.15.0
:Version: 0.16.0
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@rasterbar.com
:Version: 0.15.0
:Version: 0.16.0
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@rasterbar.com
:Version: 0.15.0
:Version: 0.16.0
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent API Documentation
============================
:Author: Arvid Norberg, arvid@rasterbar.com
:Version: 0.15.0
:Version: 0.16.0
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@rasterbar.com
:Version: 0.15.0
:Version: 0.16.0
.. contents:: Table of contents
:depth: 2

View File

@ -34,10 +34,10 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_VERSION_HPP_INCLUDED
#define LIBTORRENT_VERSION_MAJOR 0
#define LIBTORRENT_VERSION_MINOR 15
#define LIBTORRENT_VERSION_MINOR 16
#define LIBTORRENT_VERSION_TINY 0
#define LIBTORRENT_VERSION "0.15.0.0"
#define LIBTORRENT_VERSION "0.16.0.0"
#define LIBTORRENT_REVISION "$Rev$"
#endif