mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
bump version to 1.8.2 ready for release
This commit is contained in:
parent
e730f91d8c
commit
015d1a091a
@ -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.10...3.22)
|
cmake_minimum_required (VERSION 3.10...3.22)
|
||||||
|
|
||||||
project (benchmark VERSION 1.8.1 LANGUAGES CXX)
|
project (benchmark VERSION 1.8.2 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,4 +1,4 @@
|
|||||||
module(name = "com_github_google_benchmark", version="1.8.1")
|
module(name = "com_github_google_benchmark", version="1.8.2")
|
||||||
|
|
||||||
bazel_dep(name = "bazel_skylib", version = "1.4.1")
|
bazel_dep(name = "bazel_skylib", version = "1.4.1")
|
||||||
bazel_dep(name = "platforms", version = "0.0.6")
|
bazel_dep(name = "platforms", version = "0.0.6")
|
||||||
|
@ -69,7 +69,7 @@ __all__ = [
|
|||||||
"State",
|
"State",
|
||||||
]
|
]
|
||||||
|
|
||||||
__version__ = "1.8.1"
|
__version__ = "1.8.2"
|
||||||
|
|
||||||
|
|
||||||
class __OptionMaker:
|
class __OptionMaker:
|
||||||
|
Loading…
Reference in New Issue
Block a user