diff options
author | Dominic Hamon <dominic+github@google.com> | 2024-07-18 11:13:04 +0100 |
---|---|---|
committer | Dominic Hamon <dominic+github@google.com> | 2024-07-18 11:13:04 +0100 |
commit | a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf (patch) | |
tree | 3a81467482a79cacc46ee7c3fcd280e4bfb282d4 | |
parent | ad2b1c9ed1ec3120fdf68ad9877ab20681ceb09d (diff) | |
download | google-benchmark-1.8.5.tar.gz google-benchmark-1.8.5.zip |
preparing for v1.8.5v1.8.5
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | MODULE.bazel | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77eb30a..216c1c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Require CMake 3.10. If available, use the policies up to CMake 3.22. cmake_minimum_required (VERSION 3.10...3.22) -project (benchmark VERSION 1.8.4 LANGUAGES CXX) +project (benchmark VERSION 1.8.5 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) diff --git a/MODULE.bazel b/MODULE.bazel index 0624a34..8b98a7a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "google_benchmark", - version = "1.8.4", + version = "1.8.5", ) bazel_dep(name = "bazel_skylib", version = "1.5.0") |