From ae5e46b78e91b6408dca8c971a64e8d732ae5f38 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sun, 19 Apr 2020 18:25:26 +0200 Subject: [PATCH] Bump version to 10.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d899ac98..aec10782 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.9) # Version number starts at 10 to avoid conflicts with Boost version -set(_version 10.0.0) +set(_version 10.0.1) if(BOOST_SUPERPROJECT_SOURCE_DIR) set(_version ${BOOST_SUPERPROJECT_VERSION}) endif()