From a069fdcce674eef10d72e2bb27e25e1a1c258c69 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 22 Aug 2020 19:59:26 +0300 Subject: [PATCH] Update version.hpp --- 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 3ce2dd5..1a40362 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 107400 +#define BOOST_MP11_VERSION 107500 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED