aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Hamon <dominic+github@google.com>2024-08-16 11:08:15 +0100
committerDominic Hamon <dominic+github@google.com>2024-08-16 11:08:15 +0100
commit12235e24652fc7f809373e7c11a5f73c5763fc4c (patch)
tree840e5df5ff8714235ef2f158a6bbc1226db6810d
parenta008bf82f4aa5ad6605622040c7b2fe7512dc0c7 (diff)
downloadgoogle-benchmark-12235e24652fc7f809373e7c11a5f73c5763fc4c.tar.gz
google-benchmark-12235e24652fc7f809373e7c11a5f73c5763fc4c.zip
v1.9.0v1.9.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--MODULE.bazel2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 216c1c9..40ff758 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.5 LANGUAGES CXX)
+project (benchmark VERSION 1.9.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)
diff --git a/MODULE.bazel b/MODULE.bazel
index 4210ea0..e4f170c 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "google_benchmark",
- version = "1.8.5",
+ version = "1.9.0",
)
bazel_dep(name = "bazel_skylib", version = "1.5.0")