Update version strings to 1.15.2 (#4583)

This commit is contained in:
Derek Mauro 2024-07-31 09:34:46 -04:00 committed by GitHub
parent 075196ca06
commit b514bdc898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -32,7 +32,7 @@
module(
name = "googletest",
version = "1.15.1",
version = "1.15.2",
compatibility_level = 1,
)