Skip to content

Commit 3441176

Browse files
committed
bump version to 1.8.3
1 parent db3e000 commit 3441176

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
22
cmake_minimum_required (VERSION 3.10...3.22)
33

4-
project (benchmark VERSION 1.8.2 LANGUAGES CXX)
4+
project (benchmark VERSION 1.8.3 LANGUAGES CXX)
55

66
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
77
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module(name = "google_benchmark", version="1.8.2")
1+
module(name = "google_benchmark", version="1.8.3")
22

33
bazel_dep(name = "bazel_skylib", version = "1.4.1")
44
bazel_dep(name = "platforms", version = "0.0.6")

bindings/python/google_benchmark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def my_benchmark(state):
6969
"State",
7070
]
7171

72-
__version__ = "1.8.2"
72+
__version__ = "1.8.3"
7373

7474

7575
class __OptionMaker:

0 commit comments

Comments
 (0)