We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398a8ac commit d572f47Copy full SHA for d572f47
CMakeLists.txt
@@ -14,7 +14,7 @@ foreach(p
14
endif()
15
endforeach()
16
17
-project (benchmark VERSION 1.7.0 LANGUAGES CXX)
+project (benchmark VERSION 1.7.1 LANGUAGES CXX)
18
19
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
20
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
bindings/python/google_benchmark/__init__.py
@@ -69,7 +69,7 @@ def my_benchmark(state):
69
"State",
70
]
71
72
-__version__ = "1.7.0"
+__version__ = "1.7.1"
73
74
75
class __OptionMaker:
0 commit comments