summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDerek Mauro <761129+derekmauro@users.noreply.github.com>2025-02-07 16:04:56 (GMT)
committerGitHub <noreply@github.com>2025-02-07 16:04:56 (GMT)
commit6910c9d9165801d8827d628cb72eb7ea9dd538c5 (patch)
tree48aa5a94a57e8768f1189f5079844b71b3199658 /CMakeLists.txt
parent445e9bd8d00180d7574069a7ab19abfae18bc9a2 (diff)
downloadgoogletest-1.16.0.zip
googletest-1.16.0.tar.gz
googletest-1.16.0.tar.bz2
Prepare for v1.16.0 (#4721)v1.16.0v1.16.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 512e5c3..15c4f0f 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.2)
+set(GOOGLETEST_VERSION 1.16.0)
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
set(CMAKE_CXX_EXTENSIONS OFF)