From 9d697cc81cafa7e6c35d056cd8a31eac725a96ea Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Tue, 17 Jan 2023 11:37:18 -0800 Subject: [PATCH] Update documentation for v1.13.0 PiperOrigin-RevId: 502644180 Change-Id: Id20b5e4eec22035da278f1767002657f66dbe79c --- README.md | 9 ++++----- googletest/README.md | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cd89abb2..9d72c049 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 diff --git a/googletest/README.md b/googletest/README.md index 9bdbcec0..ae2fce14 100644 --- a/googletest/README.md +++ b/googletest/README.md @@ -25,7 +25,7 @@ When building GoogleTest as a standalone project, the typical workflow starts with ``` -git clone https://github.com/google/googletest.git -b release-1.12.1 +git clone https://github.com/google/googletest.git -b v1.13.0 cd googletest # Main directory of the cloned repository. mkdir build # Create a directory to hold the build output. cd build