Skip to content

Commit

Permalink
Update version strings to 1.15.2 (#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmauro authored Jul 31, 2024
1 parent 075196c commit b514bdc
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
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.13)

project(googletest-distribution)
set(GOOGLETEST_VERSION 1.15.0)
set(GOOGLETEST_VERSION 1.15.2)

if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

module(
name = "googletest",
version = "1.15.1",
version = "1.15.2",
compatibility_level = 1,
)

Expand Down

0 comments on commit b514bdc

Please sign in to comment.