From 2cf153d684a48ed7ab910c77d9d98b4c9da3fe2e Mon Sep 17 00:00:00 2001
From: xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>
Date: Mon, 11 Aug 2008 15:27:46 +0000
Subject: [PATCH] Update for release 1.3

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@715 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
---
 doc/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/index.html b/doc/index.html
index 219e587e0..f300af940 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 1.2, 2008-02-13</H3>
+<H3 align="center">Version 1.3, 2008-08-11</H3>
 
 <H2>Introduction</H2>
 
@@ -39,6 +39,7 @@ within the Coq proof assistant.</P>
 <P>A high-level overview of the Compcert compiler and its proof of 
 correctness can be found in the following papers:</P>
 <UL>
+<LI>Xavier Leroy, <A HREF="http://gallium.inria.fr/~xleroy/publi/compcert-backend.pdf">A formally verified compiler back-end</A>. Draft submitted for publication, July 2008.
 <LI>Xavier Leroy, <A
 HREF="http://gallium.inria.fr/~xleroy/publi/compiler-certif.pdf">Formal
 certification of a compiler back-end, or: programming a compiler with
-- 
GitLab