mirror of
https://github.com/google/benchmark.git
synced 2024-12-25 20:10:13 +08:00
v1.9.1 bump
This commit is contained in:
parent
d26047a0ac
commit
c58e6d0710
@ -1,7 +1,7 @@
|
|||||||
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
|
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
|
||||||
cmake_minimum_required (VERSION 3.13...3.22)
|
cmake_minimum_required (VERSION 3.13...3.22)
|
||||||
|
|
||||||
project (benchmark VERSION 1.9.0 LANGUAGES CXX)
|
project (benchmark VERSION 1.9.1 LANGUAGES CXX)
|
||||||
|
|
||||||
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
|
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)
|
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module(
|
module(
|
||||||
name = "google_benchmark",
|
name = "google_benchmark",
|
||||||
version = "1.9.0",
|
version = "1.9.1",
|
||||||
)
|
)
|
||||||
|
|
||||||
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
||||||
|
@ -50,7 +50,7 @@ from google_benchmark._benchmark import (
|
|||||||
oNSquared as oNSquared,
|
oNSquared as oNSquared,
|
||||||
)
|
)
|
||||||
|
|
||||||
__version__ = "1.9.0"
|
__version__ = "1.9.1"
|
||||||
|
|
||||||
|
|
||||||
class __OptionMaker:
|
class __OptionMaker:
|
||||||
|
Loading…
Reference in New Issue
Block a user