summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-06-30 14:09:49 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-06-30 14:10:22 (GMT)
commit219af0d535635f173e58d7e8ef197b0bc48b878a (patch)
treeae9fa88e9ab361b64fbbd36868f29ad9131a7ccf /CMakeLists.txt
parentd9335595b4cd73c8450c18e4dbf1ee0801c23c2e (diff)
downloadgoogletest-219af0d535635f173e58d7e8ef197b0bc48b878a.zip
googletest-219af0d535635f173e58d7e8ef197b0bc48b878a.tar.gz
googletest-219af0d535635f173e58d7e8ef197b0bc48b878a.tar.bz2
Update version number in CMakeLists.txt
Note that this is 1.12.1 as there will be a patch release to fix this PiperOrigin-RevId: 458216994 Change-Id: Ibca52a8db22ed06cb1a1adc4832be67fce69459a
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 4daf35b..102e28c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ if (POLICY CMP0077)
endif (POLICY CMP0077)
project(googletest-distribution)
-set(GOOGLETEST_VERSION 1.11.0)
+set(GOOGLETEST_VERSION 1.12.1)
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)
set(CMAKE_CXX_EXTENSIONS OFF)