From a9872d645dbe530cb6f64917fb0e4140816f80a4 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Fri, 13 Dec 2024 11:06:04 +0100 Subject: [PATCH] Updates for release 3.15 --- Changelog.md | 2 +- doc/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 62e2513039..b3632642db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Release 3.15 +# Release 3.15, 2024-12-13 C language support: - Minimal syntactic support for `_Float16` type (half-precision FP numbers). Function declarations using `_Float16` are correctly parsed, but any actual use of `_Float16` is rejected later during compilation. (#525) diff --git a/doc/index.html b/doc/index.html index 1f19a59b1b..53707ca3ef 100644 --- a/doc/index.html +++ b/doc/index.html @@ -25,7 +25,7 @@

The CompCert verified compiler

Commented Coq development

-

Version 3.14, 2024-04-02

+

Version 3.15, 2024-12-13

Introduction