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>2019-10-03 17:39:13 +0300
committerGennadiy Civil <misterg@google.com>2019-10-03 17:52:15 +0300
commit703bd9caab50b139428cea1aaff9974ebee5742e (patch)
tree1d4733d71941ad40050897c3a30919a488700f06
parent4105eb726341fb79a2f5fbb8bba29e8d1165169b (diff)
Googletest exportv1.10.xrelease-1.10.0
Release Googletest 1.10 PiperOrigin-RevId: 272658347
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)