From 6c1628b713ce75a1fed4cc54f44f3427680a400e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 1 May 2020 01:27:26 +0300 Subject: [PATCH] Update Mp11 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 3eba110..3ce2dd5 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 107300 +#define BOOST_MP11_VERSION 107400 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED