We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a008bf8 commit 12235e2Copy full SHA for 12235e2
CMakeLists.txt
@@ -1,7 +1,7 @@
1
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
2
cmake_minimum_required (VERSION 3.10...3.22)
3
4
-project (benchmark VERSION 1.8.5 LANGUAGES CXX)
+project (benchmark VERSION 1.9.0 LANGUAGES CXX)
5
6
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
7
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
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")
0 commit comments