summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2024-07-16 13:56:59 (GMT)
committerCopybara-Service <copybara-worker@google.com>2024-07-16 13:57:43 (GMT)
commitb62593aceb9bbd4b423804855d3eba5386eb6dc8 (patch)
tree614e068aaa041e8117176d86fb14deab0c8faf65 /googletest
parentd49a6654845491fcb2c1d05ef20648c5b7bed783 (diff)
downloadgoogletest-b62593aceb9bbd4b423804855d3eba5386eb6dc8.zip
googletest-b62593aceb9bbd4b423804855d3eba5386eb6dc8.tar.gz
googletest-b62593aceb9bbd4b423804855d3eba5386eb6dc8.tar.bz2
Update main branch to reflect the release of 1.15.0
PiperOrigin-RevId: 652824317 Change-Id: I39085d9451405c3decb462a0b4682added365d17
Diffstat (limited to 'googletest')
-rw-r--r--googletest/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 44fd69b..a7d9aa3 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.14.0
+git clone https://github.com/google/googletest.git -b v1.15.0
cd googletest # Main directory of the cloned repository.
mkdir build # Create a directory to hold the build output.
cd build