mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 12:30:14 +08:00
version bump for release
This commit is contained in:
parent
398a8ac2e8
commit
d572f47773
@ -14,7 +14,7 @@ foreach(p
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
project (benchmark VERSION 1.7.0 LANGUAGES CXX)
|
||||
project (benchmark VERSION 1.7.1 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)
|
||||
|
@ -69,7 +69,7 @@ __all__ = [
|
||||
"State",
|
||||
]
|
||||
|
||||
__version__ = "1.7.0"
|
||||
__version__ = "1.7.1"
|
||||
|
||||
|
||||
class __OptionMaker:
|
||||
|
Loading…
Reference in New Issue
Block a user