preparing for v1.8.4 (#1788)

This commit is contained in:
dominic 2024-05-23 15:02:46 +01:00 committed by GitHub
parent bc946b919c
commit a4cf155615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Require CMake 3.10. If available, use the policies up to CMake 3.22. # Require CMake 3.10. If available, use the policies up to CMake 3.22.
cmake_minimum_required (VERSION 3.10...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_TESTING "Enable testing of the benchmark library." ON)
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON) option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)

View File

@ -1,6 +1,6 @@
module( module(
name = "google_benchmark", name = "google_benchmark",
version = "1.8.3", version = "1.8.4",
) )
bazel_dep(name = "bazel_skylib", version = "1.5.0") bazel_dep(name = "bazel_skylib", version = "1.5.0")