diff options
author | dominic <510002+dmah42@users.noreply.github.com> | 2024-05-23 15:02:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 15:02:46 +0100 |
commit | a4cf155615c63e019ae549e31703bf367df5b471 (patch) | |
tree | 2a6778596817e4eea8ae1fdb9f40bf1558b341fe | |
parent | bc946b919cac6f25a199a526da571638cfde109f (diff) | |
download | google-benchmark-1.8.4.tar.gz google-benchmark-1.8.4.zip |
preparing for v1.8.4 (#1788)v1.8.4
-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 23b519c..71396ed 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.3 LANGUAGES CXX) +project (benchmark VERSION 1.8.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) diff --git a/MODULE.bazel b/MODULE.bazel index 95db0b1..0624a34 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "google_benchmark", - version = "1.8.3", + version = "1.8.4", ) bazel_dep(name = "bazel_skylib", version = "1.5.0") |