summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2023-01-17 19:37:18 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-01-17 19:38:05 (GMT)
commit9d697cc81cafa7e6c35d056cd8a31eac725a96ea (patch)
treebd46d0727a24d37874ba3f4e7986718e4a012775 /README.md
parentb796f7d44681514f58a683a3a71ff17c94edb0c1 (diff)
downloadgoogletest-9d697cc81cafa7e6c35d056cd8a31eac725a96ea.zip
googletest-9d697cc81cafa7e6c35d056cd8a31eac725a96ea.tar.gz
googletest-9d697cc81cafa7e6c35d056cd8a31eac725a96ea.tar.bz2
Update documentation for v1.13.0
PiperOrigin-RevId: 502644180 Change-Id: Id20b5e4eec22035da278f1767002657f66dbe79c
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index cd89abb..9d72c04 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,12 @@ Our documentation is now live on GitHub Pages at
https://google.github.io/googletest/. We recommend browsing the documentation on
GitHub Pages rather than directly in the repository.
-#### Release 1.12.1
+#### Release 1.13.0
-[Release 1.12.1](https://github.com/google/googletest/releases/tag/release-1.12.1)
-is now available.
+[Release 1.13.0](https://github.com/google/googletest/releases/tag/v1.13.0) is
+now available.
-The 1.12.x branch will be the last to support C++11. Future releases will
-require at least C++14.
+The 1.13.x branch requires at least C++14.
#### Coming Soon