Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-10-10 23:58:48 +0300
committerCopybara-Service <copybara-worker@google.com>2022-10-10 23:58:48 +0300
commitd9bb8412d60b993365abb53f00b6dad9b2c01b62 (patch)
tree4293e28d75d9a2ae275c7650ce777b68fc5cb137
parent9fbb6575035e3ac97ad9547d042c026a1296c705 (diff)
parent671cfb7dbf26363ea0fc11b7e813cda7c2a2912e (diff)
Merge pull request #4032 from Ferenc-:suggest-fixed-version
PiperOrigin-RevId: 480170766 Change-Id: Id596e5698bea789e431f7a50d4a662ffa7b5d9aa
-rw-r--r--googletest/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/README.md b/googletest/README.md
index 75b3d526..3a82b1df 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.0
+git clone https://github.com/google/googletest.git -b release-1.12.1
cd googletest # Main directory of the cloned repository.
mkdir build # Create a directory to hold the build output.
cd build