From ed5dc75e18785501eedb6d723c12ee660b2b5880 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 24 Aug 2019 00:46:26 +0300 Subject: [PATCH] Update BOOST_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 092b329..5993527 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 107100 +#define BOOST_MP11_VERSION 107200 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED