diff --git a/CMakeLists.txt b/CMakeLists.txt index f3bc3865b..dc69a1e26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) project(libtorrent) set (SOVERSION "8") -set (VERSION "1.1") +set (VERSION "1.1.0") set(sources web_connection_base diff --git a/ChangeLog b/ChangeLog index 54690fc3d..e6f9f1031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ * almost completely changed the storage interface (for custom storage) * added support for hashing pieces in multiple threads +1.0.3 release + * fix protocol race-condition in super seeding mode * support read-only DHT nodes * remove unused partial hash DHT lookups diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 81840f59b..8050de0bb 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -104,7 +104,7 @@ else: libraries = ['torrent-rasterbar'] + parse_cmd(extra_cmd, '-l'))] setup(name = 'python-libtorrent', - version = '1.0.1', + version = '1.1.0', author = 'Arvid Norberg', author_email = 'arvid@libtorrent.org', description = 'Python bindings for libtorrent-rasterbar', diff --git a/docs/examples.html b/docs/examples.html index 0319fa9e6..baa2a700a 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -41,7 +41,7 @@ Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.2 +1.0.3
diff --git a/docs/examples.rst b/docs/examples.rst index 7725187e5..9e153611a 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -3,7 +3,7 @@ libtorrent Examples =================== :Author: Arvid Norberg, arvid@libtorrent.org -:Version: 1.0.2 +:Version: 1.1.0 .. contents:: Table of contents :depth: 2 diff --git a/docs/gen_reference_doc.py b/docs/gen_reference_doc.py index dc83c4ad4..fb267250e 100644 --- a/docs/gen_reference_doc.py +++ b/docs/gen_reference_doc.py @@ -924,7 +924,7 @@ for cat in categories: out.write(''' :Author: Arvid Norberg, arvid@libtorrent.org -:Version: 1.0.0 +:Version: 1.1.0 .. contents:: Table of contents :depth: 1 diff --git a/docs/index.html b/docs/index.html index 59577c302..7ce43bdb1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -41,7 +41,7 @@ Author: Arvid Norberg, arvid@libtorrent.org Version: -1.0.2 +1.0.3