1
0
forked from boostorg/mp11

Update version to 1.73.0

This commit is contained in:
Peter Dimov
2019-12-12 21:28:41 +02:00
parent b53bab4b7d
commit 85fb466414
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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