Skip to content

Commit

Permalink
Googletest export
Browse files Browse the repository at this point in the history
Release Googletest 1.10

PiperOrigin-RevId: 272658347
  • Loading branch information
Abseil Team authored and gennadiycivil committed Oct 3, 2019
1 parent 4105eb7 commit 703bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 703bd9c

Please sign in to comment.