Skip to content

Commit

Permalink
preparing for v1.8.4 (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed May 23, 2024
1 parent bc946b9 commit a4cf155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
cmake_minimum_required (VERSION 3.10...3.22)

project (benchmark VERSION 1.8.3 LANGUAGES CXX)
project (benchmark VERSION 1.8.4 LANGUAGES CXX)

option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "google_benchmark",
version = "1.8.3",
version = "1.8.4",
)

bazel_dep(name = "bazel_skylib", version = "1.5.0")
Expand Down

0 comments on commit a4cf155

Please sign in to comment.