File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef BOOST_NETWORK_VERSION_HPP_20091214
2
2
#define BOOST_NETWORK_VERSION_HPP_20091214
3
3
4
- // Copyright Dean Michael Berris 2009.
5
- // Copyright Glyn Matthews 2010.
4
+ // Copyright 2009, 2013 Dean Michael Berris <[email protected] >
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
#define BOOST_NETLIB_VERSION_MAJOR 0
13
13
#define BOOST_NETLIB_VERSION_MINOR 9
14
- #define BOOST_NETLIB_VERSION_INCREMENT 0
14
+ #define BOOST_NETLIB_VERSION_INCREMENT 5
15
15
16
16
#ifndef BOOST_NETLIB_VERSION
17
17
# define BOOST_NETLIB_VERSION \
You can’t perform that action at this time.
0 commit comments