Skip to content

Commit ebb1795

Browse files
committed
Updating version.
1 parent eb71d7b commit ebb1795

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

boost/network/version.hpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
#ifndef BOOST_NETWORK_VERSION_HPP_20091214
22
#define BOOST_NETWORK_VERSION_HPP_20091214
33

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.
66
// 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)
99

1010
#include <boost/config.hpp>
1111

1212
#define BOOST_NETLIB_VERSION_MAJOR 0
1313
#define BOOST_NETLIB_VERSION_MINOR 9
14-
#define BOOST_NETLIB_VERSION_INCREMENT 0
14+
#define BOOST_NETLIB_VERSION_INCREMENT 5
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
# define BOOST_NETLIB_VERSION \

0 commit comments

Comments
 (0)