From ddc76e513e9226249b94bcc0bf9cb403406adacb Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Wed, 11 Aug 2021 15:22:36 +0100 Subject: [PATCH] preparing v1.5.6 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef8dcdc68c..db20361536 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.5.4 LANGUAGES CXX) +project (benchmark VERSION 1.5.6 LANGUAGES CXX) option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)