bump version

This commit is contained in:
arvidn 2018-04-08 23:08:39 +02:00
parent c5a5e084dd
commit 105934e578
21 changed files with 23 additions and 23 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.6)
project(libtorrent)
set (SOVERSION "8")
set (VERSION "1.1.6")
set (VERSION "1.1.7")
set(sources
web_connection_base

View File

@ -57,7 +57,7 @@ else
: : $(boost-include-path) ;
}
VERSION = 1.1.6 ;
VERSION = 1.1.7 ;
rule linking ( properties * )
{

View File

@ -154,7 +154,7 @@ else:
libraries = ['torrent-rasterbar'] + flags.libraries)]
setup(name = 'python-libtorrent',
version = '1.1.6',
version = '1.1.7',
author = 'Arvid Norberg',
author_email = 'arvid@libtorrent.org',
description = 'Python bindings for libtorrent-rasterbar',

View File

@ -5,7 +5,7 @@
AC_PREREQ([2.63])
AC_INIT([libtorrent-rasterbar],[1.1.6],[arvid@libtorrent.org],
AC_INIT([libtorrent-rasterbar],[1.1.7],[arvid@libtorrent.org],
[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@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ BitTorrent extension for DHT RSS feeds
======================================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ BitTorrent DHT security extension
=================================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ BitTorrent extension for arbitrary DHT store
============================================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent Examples
===================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -1027,7 +1027,7 @@ for cat in categories:
out.write('''
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
`home`__

View File

@ -3,7 +3,7 @@ libtorrent hacking
==================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -1,5 +1,5 @@
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. raw:: html

View File

@ -3,7 +3,7 @@ libtorrent API Documentation
============================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 1

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -3,7 +3,7 @@ libtorrent manual
=================
:Author: Arvid Norberg, arvid@libtorrent.org
:Version: 1.1.6
:Version: 1.1.7
.. contents:: Table of contents
:depth: 2

View File

@ -37,14 +37,14 @@ POSSIBILITY OF SUCH DAMAGE.
#define LIBTORRENT_VERSION_MAJOR 1
#define LIBTORRENT_VERSION_MINOR 1
#define LIBTORRENT_VERSION_TINY 6
#define LIBTORRENT_VERSION_TINY 7
// the format of this version is: MMmmtt
// M = Major version, m = minor version, t = tiny version
#define LIBTORRENT_VERSION_NUM ((LIBTORRENT_VERSION_MAJOR * 10000) + (LIBTORRENT_VERSION_MINOR * 100) + LIBTORRENT_VERSION_TINY)
#define LIBTORRENT_VERSION "1.1.6.0"
#define LIBTORRENT_REVISION "473b86a"
#define LIBTORRENT_VERSION "1.1.7.0"
#define LIBTORRENT_REVISION "c5a5e084d"
namespace libtorrent {

View File

@ -148,7 +148,7 @@ namespace libtorrent
SET_NOPREV(proxy_username, "", &session_impl::update_proxy),
SET_NOPREV(proxy_password, "", &session_impl::update_proxy),
SET_NOPREV(i2p_hostname, "", &session_impl::update_i2p_bridge),
SET_NOPREV(peer_fingerprint, "-LT1160-", 0),
SET_NOPREV(peer_fingerprint, "-LT1170-", 0),
SET_NOPREV(dht_bootstrap_nodes, "dht.libtorrent.org:25401", &session_impl::update_dht_bootstrap_nodes)
};