diff --git a/CMakeLists.txt b/CMakeLists.txt index 7556cb3e7..715b50036 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} diff --git a/Jamfile b/Jamfile index ff2c0a3ca..8087e3276 100755 --- a/Jamfile +++ b/Jamfile @@ -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 diff --git a/configure.ac b/configure.ac index 359dc595d..e5d98cc93 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/docs/building.rst b/docs/building.rst index 15ba365fb..bafd30240 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -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 diff --git a/docs/contributing.rst b/docs/contributing.rst index baccff954..45efb524c 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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 diff --git a/docs/features.rst b/docs/features.rst index f0fef7e9c..52d90bf20 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -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 diff --git a/docs/manual.rst b/docs/manual.rst index 42e5e0a5e..127e42dc0 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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 diff --git a/docs/tuning.rst b/docs/tuning.rst index d435e7003..749d6f207 100644 --- a/docs/tuning.rst +++ b/docs/tuning.rst @@ -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 diff --git a/include/libtorrent/version.hpp b/include/libtorrent/version.hpp index bb18a65cc..fcbf5f974 100644 --- a/include/libtorrent/version.hpp +++ b/include/libtorrent/version.hpp @@ -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