From 8b8c569cb9af163b88a526ee96b54fa570c0af39 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 14 Apr 2022 13:43:44 +0300 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 d6979a1..5a4be57 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 107900 +#define BOOST_MP11_VERSION 108000 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED