diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2025-02-07 16:04:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 16:04:56 (GMT) |
commit | 6910c9d9165801d8827d628cb72eb7ea9dd538c5 (patch) | |
tree | 48aa5a94a57e8768f1189f5079844b71b3199658 /googletest/README.md | |
parent | 445e9bd8d00180d7574069a7ab19abfae18bc9a2 (diff) | |
download | googletest-v1.16.x.zip googletest-v1.16.x.tar.gz googletest-v1.16.x.tar.bz2 |
Diffstat (limited to 'googletest/README.md')
-rw-r--r-- | googletest/README.md | 2 |
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 |