Skip to content

Commit b514bdc

Browse files
authored
Update version strings to 1.15.2 (#4583)
1 parent 075196c commit b514bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 3.13)
55

66
project(googletest-distribution)
7-
set(GOOGLETEST_VERSION 1.15.0)
7+
set(GOOGLETEST_VERSION 1.15.2)
88

99
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
1010
set(CMAKE_CXX_EXTENSIONS OFF)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
module(
3434
name = "googletest",
35-
version = "1.15.1",
35+
version = "1.15.2",
3636
compatibility_level = 1,
3737
)
3838

0 commit comments

Comments
 (0)