|
1 | 1 | #ifndef BOOST_NETWORK_VERSION_HPP_20091214 |
2 | 2 | #defineBOOST_NETWORK_VERSION_HPP_20091214 |
3 | 3 |
|
4 | | -// CopyrightDean Michael Berris2009. |
5 | | -//Copyright Glyn Matthews 2010. |
| 4 | +//Copyright 2009, 2013Dean Michael Berris<dberris@google.com> |
| 5 | +// Copyright Glyn Matthews 2010. |
6 | 6 | // Distributed under the Boost Software License, Version 1.0. |
7 | | -//(See accompanying file LICENSE_1_0.txt or copy at |
8 | | -//http://www.boost.org/LICENSE_1_0.txt) |
| 7 | +// (See accompanying file LICENSE_1_0.txt or copy at |
| 8 | +// http://www.boost.org/LICENSE_1_0.txt) |
9 | 9 |
|
10 | 10 | #include<boost/config.hpp> |
11 | 11 |
|
12 | 12 | #defineBOOST_NETLIB_VERSION_MAJOR0 |
13 | 13 | #defineBOOST_NETLIB_VERSION_MINOR9 |
14 | | -#defineBOOST_NETLIB_VERSION_INCREMENT0 |
| 14 | +#defineBOOST_NETLIB_VERSION_INCREMENT5 |
15 | 15 |
|
16 | 16 | #ifndef BOOST_NETLIB_VERSION |
17 | 17 | #defineBOOST_NETLIB_VERSION \ |
|