mirror of https://github.com/google/benchmark.git
v1.6.2 bump
This commit is contained in:
parent
48c2d1c1ee
commit
7a2024e961
|
@ -13,7 +13,7 @@ foreach(p
|
|||
endif()
|
||||
endforeach()
|
||||
|
||||
project (benchmark VERSION 1.6.1 LANGUAGES CXX)
|
||||
project (benchmark VERSION 1.6.2 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)
|
||||
|
|
|
@ -68,7 +68,7 @@ __all__ = [
|
|||
"State",
|
||||
]
|
||||
|
||||
__version__ = "1.6.1"
|
||||
__version__ = "1.6.2"
|
||||
|
||||
|
||||
class __OptionMaker:
|
||||
|
|
Loading…
Reference in New Issue