summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2022-06-30 09:53:12 -0700
committerCopybara-Service <copybara-worker@google.com>2022-06-30 09:53:51 -0700
commit96f51426e4c776a71d0a446c1e4f4c7a5ea921df (patch)
tree77d843106365a58280a86d7746d0346ea8507029 /README.md
parent219af0d535635f173e58d7e8ef197b0bc48b878a (diff)
downloadgoogletest-git-96f51426e4c776a71d0a446c1e4f4c7a5ea921df.tar.gz
Remove support for C++11
v1.12.x is the last branch to support C++11 Future releases will require at least C++14 PiperOrigin-RevId: 458250106 Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4c0f0c4c..745f5c26 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,14 @@ Our documentation is now live on GitHub Pages at
https://google.github.io/googletest/. We recommend browsing the documentation on
GitHub Pages rather than directly in the repository.
-#### Release 1.12.0
+#### Release 1.12.1
-[Release 1.12.0](https://github.com/google/googletest/releases/tag/release-1.12.0)
+[Release 1.12.1](https://github.com/google/googletest/releases/tag/release-1.12.1)
is now available.
+The 1.12.x branch will be the last to support C++11. Future releases will
+require at least C++14.
+
#### Coming Soon
* We are planning to take a dependency on
@@ -56,7 +59,7 @@ More information about building GoogleTest can be found at
## Supported Platforms
-GoogleTest requires a codebase and compiler compliant with the C++11 standard or
+GoogleTest requires a codebase and compiler compliant with the C++14 standard or
newer.
The GoogleTest code is officially supported on the following platforms.