Adds release note for 1.1.0 and switches to use gtest 1.3.0.

This commit is contained in:
zhanyong.wan
2009-03-17 23:34:45 +00:00
parent 5b5d62f190
commit da579bd681
4 changed files with 14 additions and 2 deletions

2
README
View File

@@ -41,7 +41,7 @@ with Google Test (http://code.google.com/p/googletest/), although
eventually we plan to support other C++ testing frameworks. You can
use either the copy of Google Test that comes with Google Mock, or a
compatible version you already have. This version of Google Mock
requires Google Test 1.2.1.
requires Google Test 1.3.0.
Google Mock depends on advanced C++ features and thus requires a more
modern compiler. The following are needed to use Google Mock: