From 99923f045a73f796335eb526b55e0dcb1253eb91 Mon Sep 17 00:00:00 2001 From: yuanjiazheng Date: Wed, 3 Jun 2026 09:57:59 +0800 Subject: [PATCH] Fix README Signed-off-by: yuanjiazheng --- README.OpenSource | 6 +++--- README.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 815f9325..b667fc54 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,9 +3,9 @@ "Name": "googletest", "License": "BSD 3-Clause License", "License File": "LICENSE", - "Version Number": "1.16.0", + "Version Number": "1.17.0", "Owner": "", - "Upstream URL": "https://github.com/google/googletest/releases/tag/v1.16.0", - "Description": "The 1.16.x branch requires at least C++14 and will be the last to support C++14." + "Upstream URL": "https://github.com/google/googletest/releases/tag/v1.17.0", + "Description": "Welcome to GoogleTest, Google's C++ test framework!" } ] \ No newline at end of file diff --git a/README.md b/README.md index 598cf312..1584c793 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ GitHub Pages rather than directly in the repository. [Release 1.17.0](https://github.com/google/googletest/releases/tag/v1.17.0) is now available. -The 1.17.x branch [requires at least C++17]((https://opensource.google/documentation/policies/cplusplus-support#c_language_standard). +The 1.17.x branch +[requires at least C++17](https://opensource.google/documentation/policies/cplusplus-support#c_language_standard). #### Continuous Integration