summaryrefslogtreecommitdiffstats
path: root/googletest/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 /googletest/README.md
parent445e9bd8d00180d7574069a7ab19abfae18bc9a2 (diff)
downloadgoogletest-1.16.0.zip
googletest-1.16.0.tar.gz
googletest-1.16.0.tar.bz2
Prepare for v1.16.0 (#4721)v1.16.0v1.16.x
Diffstat (limited to 'googletest/README.md')
-rw-r--r--googletest/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 7c35174..5de23c5 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 v1.15.2
+git clone https://github.com/google/googletest.git -b v1.16.0
cd googletest # Main directory of the cloned repository.
mkdir build # Create a directory to hold the build output.
cd build