File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bindings/python/google_benchmark Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
2
2
cmake_minimum_required (VERSION 3.13...3.22 )
3
3
4
- project (benchmark VERSION 1.9.3 LANGUAGES CXX )
4
+ project (benchmark VERSION 1.9.4 LANGUAGES CXX )
5
5
6
6
option (BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON )
7
7
option (BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON )
Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "google_benchmark" ,
3
- version = "1.9.3 " ,
3
+ version = "1.9.4 " ,
4
4
)
5
5
6
6
bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def my_benchmark(state):
50
50
oNSquared as oNSquared ,
51
51
)
52
52
53
- __version__ = "1.9.3 "
53
+ __version__ = "1.9.4 "
54
54
55
55
56
56
class __OptionMaker :
You can’t perform that action at this time.
0 commit comments