summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDerek Mauro <761129+derekmauro@users.noreply.github.com>2024-07-31 13:34:46 (GMT)
committerGitHub <noreply@github.com>2024-07-31 13:34:46 (GMT)
commitb514bdc898e2951020cbdca1304b75f5950d1f59 (patch)
treef24514f1cb8fc121fad03ef3b7b0cdc91f0910bc /CMakeLists.txt
parent075196ca060107d44b4e3a1f44b25886ed5bd187 (diff)
downloadgoogletest-v1.15.x.zip
googletest-v1.15.x.tar.gz
googletest-v1.15.x.tar.bz2
Update version strings to 1.15.2 (#4583)v1.15.2v1.15.x
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 737b720..512e5c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)