Skip to content

Commit 192ef10

Browse files
committed
version bump to 1.9.5
1 parent d8db2f9 commit 192ef10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.13...3.22)
33

4-
project (benchmark VERSION 1.9.4 LANGUAGES CXX)
4+
project (benchmark VERSION 1.9.5 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "google_benchmark",
3-
version = "1.9.4",
3+
version = "1.9.5",
44
)
55

66
bazel_dep(name = "bazel_skylib", version = "1.7.1")

bindings/python/google_benchmark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def my_benchmark(state):
4848
oNSquared as oNSquared,
4949
)
5050

51-
__version__ = "1.9.4"
51+
__version__ = "1.9.5"
5252

5353

5454
class __OptionMaker:

0 commit comments

Comments
 (0)