From 3f0905d87fecab0983729a60d6f968e7fc685864 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 14 Aug 2022 18:42:55 +0300 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- include/boost/mp11/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da33f99..f3f33f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5...3.16) -project(boost_mp11 VERSION 1.80.0 LANGUAGES CXX) +project(boost_mp11 VERSION 1.81.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) add_library(Boost::mp11 ALIAS boost_mp11) diff --git a/include/boost/mp11/version.hpp b/include/boost/mp11/version.hpp index 5a4be57..5d14c42 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 108000 +#define BOOST_MP11_VERSION 108100 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED