From 703bd9caab50b139428cea1aaff9974ebee5742e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 3 Oct 2019 10:39:13 -0400 Subject: Googletest export Release Googletest 1.10 PiperOrigin-RevId: 272658347 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fae2f96..f11bbb52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if (POLICY CMP0048) endif (POLICY CMP0048) project(googletest-distribution) -set(GOOGLETEST_VERSION 1.9.0) +set(GOOGLETEST_VERSION 1.10.0) if (CMAKE_VERSION VERSION_LESS "3.1") add_definitions(-std=c++11) -- cgit v1.2.1