aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-06-22 11:18:21 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2016-06-22 11:18:21 +0200
commit9b31f673da13a4f4d04d937ac2b9e934c9b8291d (patch)
treee1f6e2c223c7009b1ae1bba64aced33d86bf4fbe /doc/index.html
parentf849a03bc11b2bc3c6373213afc2a7023c636679 (diff)
downloadcompcert-kvx-9b31f673da13a4f4d04d937ac2b9e934c9b8291d.tar.gz
compcert-kvx-9b31f673da13a4f4d04d937ac2b9e934c9b8291d.zip
Update in preparation for release 2.7
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index ae6e8382..023267d0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -24,7 +24,7 @@ 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 2.6, 2015-12-21</H3>
+<H3 align="center">Version 2.7, 2016-06-29</H3>
<H2>Introduction</H2>
@@ -63,8 +63,7 @@ written.</P>
<A HREF="http://compcert.inria.fr/">the CompCert Web site</A>.</P>
<P>This document and the CompCert sources are
-copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
-Institut
+copyright 2005-2016 Institut
National de Recherche en Informatique et en Automatique (INRIA) and
distributed under the terms of the
following <A HREF="LICENSE">license</A>.
@@ -96,6 +95,7 @@ inequations by fixpoint iteration.
<LI> <A HREF="html/Errors.html">Errors</A>: the Error monad.
<LI> <A HREF="html/AST.html">AST</A>: identifiers, whole programs and other
common elements of abstract syntaxes.
+<LI> <A HREF="html/Linking.html">Linking</A>: generic framework to define syntactic linking over the CompCert languages.
<LI> <A HREF="html/Values.html">Values</A>: run-time values.
<LI> <A HREF="html/Events.html">Events</A>: observable events and traces.
<LI> <A HREF="html/Memtype.html">Memtype</A>: memory model (interface). <BR>