Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2021-06-11 16:37:43 +0300
committerDino Radaković <dinor@google.com>2021-06-11 20:42:26 +0300
commite2239ee6043f73722e7aa812a459f54a28552929 (patch)
tree8cf1e36614fc6ca89eb70fa2aeaad0b4ebf0c34a
parentb050d6c4b00f3d641f6da6d598199591944f2065 (diff)
Googletest exportrelease-1.11.0
Release GoogleTest 1.11.0 PiperOrigin-RevId: 378861756
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 12fd7450..ea81ab12 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ if (POLICY CMP0048)
endif (POLICY CMP0048)
project(googletest-distribution)
-set(GOOGLETEST_VERSION 1.10.0)
+set(GOOGLETEST_VERSION 1.11.0)
if (CMAKE_VERSION VERSION_GREATER "3.0.2")
if(NOT CYGWIN AND NOT MSYS AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL QNX)