From 85fb466414545be613c9df27fd8c9e3fc43bb67a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 12 Dec 2019 21:28:41 +0200 Subject: [PATCH] Update version to 1.73.0 --- 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 57b4312..d3ec707 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) -project(BoostMp11 VERSION 1.72.0 LANGUAGES CXX) +project(BoostMp11 VERSION 1.73.0 LANGUAGES CXX) add_library(boost_mp11 INTERFACE) set_property(TARGET boost_mp11 PROPERTY EXPORT_NAME mp11) diff --git a/include/boost/mp11/version.hpp b/include/boost/mp11/version.hpp index 5993527..3eba110 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 107200 +#define BOOST_MP11_VERSION 107300 #endif // #ifndef BOOST_MP11_VERSION_HPP_INCLUDED