File tree 3 files changed +3
-3
lines changed
bindings/python/google_benchmark
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.10...3.22)
3
3
4
- project (benchmark VERSION 1.8.2 LANGUAGES CXX)
4
+ project (benchmark VERSION 1.8.3 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
- module (name = "google_benchmark" , version = "1.8.2 " )
1
+ module (name = "google_benchmark" , version = "1.8.3 " )
2
2
3
3
bazel_dep (name = "bazel_skylib" , version = "1.4.1" )
4
4
bazel_dep (name = "platforms" , version = "0.0.6" )
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def my_benchmark(state):
69
69
"State" ,
70
70
]
71
71
72
- __version__ = "1.8.2 "
72
+ __version__ = "1.8.3 "
73
73
74
74
75
75
class __OptionMaker :
You can’t perform that action at this time.
0 commit comments