diff --git a/Changelog b/Changelog index ce40e13b19..f86691a6f6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +Release 3.8, 2020-11-16 +======================= + New features: - Support `_Static_assert` from ISO C11. - Support `__builtin_constant_p` from GCC and Clang. diff --git a/VERSION b/VERSION index f544e62469..d5a86723b0 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -version=3.7 +version=3.8 buildnr= tag= branch= diff --git a/doc/index.html b/doc/index.html index 631c5d99fa..ec8c4d91d2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -24,7 +24,7 @@

The CompCert verified compiler

Commented Coq development

-

Version 3.7, 2020-03-31

+

Version 3.8, 2020-11-16

Introduction

@@ -56,12 +56,14 @@

Introduction

written.

The complete sources for CompCert can be downloaded from -the CompCert Web site.

+the Git repository +or the CompCert Web site. +

This document and the CompCert sources are copyright Institut National de Recherche en Informatique et en Automatique (INRIA) and AbsInt Angewandte Informatik GmbH, and are distributed under the terms of the -following license. +following license.

Table of contents

@@ -348,7 +350,7 @@

Type systems


-
Xavier.Leroy@inria.fr
+
xavier.leroy@college-de-france.fr