mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
version bump
This commit is contained in:
parent
ef7f75fb18
commit
361e8d1cfe
@ -13,7 +13,7 @@ foreach(p
|
|||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
project (benchmark VERSION 1.6.2 LANGUAGES CXX)
|
project (benchmark VERSION 1.7.0 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)
|
||||||
|
@ -68,7 +68,7 @@ __all__ = [
|
|||||||
"State",
|
"State",
|
||||||
]
|
]
|
||||||
|
|
||||||
__version__ = "1.6.2"
|
__version__ = "1.7.0"
|
||||||
|
|
||||||
|
|
||||||
class __OptionMaker:
|
class __OptionMaker:
|
||||||
|
Loading…
Reference in New Issue
Block a user