From f91b6b42b1b9854772a90ae9501464a161707d1e Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Tue, 7 Sep 2021 12:18:34 +0100 Subject: [PATCH] bump version to 1.6 in preparation for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db20361536..49f2ae2a0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.5.6 LANGUAGES CXX) +project (benchmark VERSION 1.6.0 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)