aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-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