diff --git a/CMakeLists.txt b/CMakeLists.txt index 05d21972..ede7fe46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.6) -project(BoostHistogram VERSION 1.71.0 LANGUAGES CXX) +project(BoostHistogram VERSION 1.72.0 LANGUAGES CXX) add_library(boost_histogram INTERFACE) set_property(TARGET boost_histogram PROPERTY EXPORT_NAME histogram)