summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDerek Mauro <761129+derekmauro@users.noreply.github.com>2025-02-07 16:04:56 (GMT)
committerGitHub <noreply@github.com>2025-02-07 16:04:56 (GMT)
commit6910c9d9165801d8827d628cb72eb7ea9dd538c5 (patch)
tree48aa5a94a57e8768f1189f5079844b71b3199658 /README.md
parent445e9bd8d00180d7574069a7ab19abfae18bc9a2 (diff)
downloadgoogletest-v1.16.x.zip
googletest-v1.16.x.tar.gz
googletest-v1.16.x.tar.bz2
Prepare for v1.16.0 (#4721)v1.16.0v1.16.x
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 03c70a1..151b326 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ GoogleTest now follows the
We recommend
[updating to the latest commit in the `main` branch as often as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how-do-i-do-it).
We do publish occasional semantic versions, tagged with
-`v${major}.${minor}.${patch}` (e.g. `v1.15.2`).
+`v${major}.${minor}.${patch}` (e.g. `v1.16.0`).
#### Documentation Updates
@@ -17,12 +17,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.15.2
+#### Release 1.16.0
-[Release 1.15.2](https://github.com/google/googletest/releases/tag/v1.15.2) is
+[Release 1.16.0](https://github.com/google/googletest/releases/tag/v1.16.0) is
now available.
-The 1.15.x branch requires at least C++14.
+The 1.16.x branch requires at least C++14.
#### Continuous Integration