aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-03-17 23:34:45 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-03-17 23:34:45 +0000
commitda579bd6810322854e11162ad1cba23e070a522e (patch)
tree16d4b75708ad812aa2cfea009c0198189daaec24 /README
parent5b5d62f19019a398167df1f1b59279e049bf24ce (diff)
downloadgoogletest-da579bd6810322854e11162ad1cba23e070a522e.tar.gz
googletest-da579bd6810322854e11162ad1cba23e070a522e.tar.bz2
googletest-da579bd6810322854e11162ad1cba23e070a522e.zip
Adds release note for 1.1.0 and switches to use gtest 1.3.0.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9498041a..604c0130 100644
--- a/README
+++ b/README
@@ -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: