aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2022-06-27 09:28:11 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2022-06-27 09:28:11 +0200
commite4bba56773fc059e592f72a49b1010f53f3126f0 (patch)
treeee20fe8b1636249be53fb497677af0b61f81e586
parentbcfa971ddc81ef78a9d10187e046304207bf3df6 (diff)
downloadcompcert-e4bba56773fc059e592f72a49b1010f53f3126f0.tar.gz
compcert-e4bba56773fc059e592f72a49b1010f53f3126f0.zip
More updates for release 3.11
-rw-r--r--doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 857457cb..10b30c3e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -25,11 +25,11 @@ a:active {color : Red; text-decoration : underline; }
<H1 align="center">The CompCert verified compiler</H1>
<H2 align="center">Commented Coq development</H2>
-<H3 align="center">Version 3.10, 2021-11-19</H3>
+<H3 align="center">Version 3.11, 2022-06-27</H3>
<H2>Introduction</H2>
-<P>CompCert is a compiler that generates PowerPC, ARM, RISC-V and x86 assembly
+<P>CompCert is a compiler that generates ARM, PowerPC, RISC-V and x86 assembly
code from CompCert C, a large subset of the C programming language.
The particularity of this compiler is that it is written mostly within
the specification language of the Coq proof assistant, and its