summaryrefslogtreecommitdiff
path: root/boost/asio/version.hpp
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2023-12-07 11:27:50 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2023-12-07 11:27:50 +0900
commitaf6bb5013ce848c94e1d0711a6ef99af8a4a55a2 (patch)
tree2b28711378ce209b0def9685ddbb84be5d1741ee /boost/asio/version.hpp
parent9516bedadc3f09ddd2e448460a12920f52031dec (diff)
downloadboost-upstream.tar.gz
boost-upstream.tar.bz2
boost-upstream.zip
Imported Upstream version 1.83.0upstream/1.83.0upstream
Diffstat (limited to 'boost/asio/version.hpp')
-rw-r--r--boost/asio/version.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/asio/version.hpp b/boost/asio/version.hpp
index 95a1f26d92..b548149097 100644
--- a/boost/asio/version.hpp
+++ b/boost/asio/version.hpp
@@ -2,7 +2,7 @@
// version.hpp
// ~~~~~~~~~~~
//
-// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2023 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -18,6 +18,6 @@
// BOOST_ASIO_VERSION % 100 is the sub-minor version
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version
// BOOST_ASIO_VERSION / 100000 is the major version
-#define BOOST_ASIO_VERSION 102000 // 1.20.0
+#define BOOST_ASIO_VERSION 102802 // 1.28.2
#endif // BOOST_ASIO_VERSION_HPP