From bc5651e54a7e178ca6b1e27e469a9be19cfa62c4 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Sun, 30 May 2021 09:48:05 +0100 Subject: [PATCH] bump version to v1.5.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53c28932ee..ef8dcdc68c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.5.3 LANGUAGES CXX) +project (benchmark VERSION 1.5.4 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)