From b108e019277b4b9a72b593431b8a039a6287ecd6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 13 Dec 2024 22:43:40 +0200 Subject: [PATCH] Update version --- include/boost/mp11/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mp11/version.hpp b/include/boost/mp11/version.hpp index 3810683..4c00cbd 100644 --- a/include/boost/mp11/version.hpp +++ b/include/boost/mp11/version.hpp @@ -11,6 +11,6 @@ // Same format as BOOST_VERSION: // major * 100000 + minor * 100 + patch -#define BOOST_MP11_VERSION 108700 +#define BOOST_MP11_VERSION 108800 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED