aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-10 11:06:52 -0400
committerGitHub <noreply@github.com>2018-08-10 11:06:52 -0400
commit945618b2025b8f0b73f374f4b258e5df85c784a2 (patch)
tree1438f5d028d79586a1ba7cde6676cd8e99bdfffe /README.md
parente821a2db235e67a66d9a88ea5c27316eb8d30cb7 (diff)
downloadgoogletest-945618b2025b8f0b73f374f4b258e5df85c784a2.tar.gz
googletest-945618b2025b8f0b73f374f4b258e5df85c784a2.tar.bz2
googletest-945618b2025b8f0b73f374f4b258e5df85c784a2.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ca381ec..d2f98ae8 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@
**Future Plans**:
* Tagged Release 1.8.x.
** The 1.8.x will be the last release that works with pre-C++11 compilers. The 1.8.1 will not accept any requests for any new features and any bugfix requests will only be accepted if proven "critical"
-* Post 1.8.x - work to remove C++98 support / cleanup code in the master branch. When this work is completed there will be a 1.9.0 tagged release
-* Post 1.9.0 googletest will follow [Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
+* Post 1.8.x - work to remove C++98 support / cleanup code in the master branch. When this work is completed there will be a 1.9.x tagged release
+* Post 1.9.x googletest will follow [Abseil Live at Head philosophy](https://abseil.io/about/philosophy)
Welcome to **Google Test**, Google's C++ test framework!