From ec9af29ab10ff83d0cd38862829fcb4112c7ad42 Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@m4x.org> Date: Thu, 9 Jul 2020 09:37:04 +0200 Subject: [PATCH] preparing 0.0.9 release --- Makefile | 2 +- VERSION | 2 +- doc/userman/changes.tex | 9 ++++++++- doc/userman/fclangversion.tex | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 46cb802d..d71afcee 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ### we have two auxiliary Makefiles, one for each side of the front-end. ### We define here general targets that will operate on both sides. -FCLANG_VERSION=0.0.8+dev +FCLANG_VERSION=0.0.9 PLUGIN_DIR ?= . diff --git a/VERSION b/VERSION index fc87f443..490b4da8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20.0 Calcium +21.0 Scandium diff --git a/doc/userman/changes.tex b/doc/userman/changes.tex index 4a7e0721..9588d64e 100644 --- a/doc/userman/changes.tex +++ b/doc/userman/changes.tex @@ -3,7 +3,14 @@ This chapter summarizes the changes in \fclang and its documentation between each release, with the most recent releases first. -\section*{Version \fclangversion} +\section*{Version 0.0.9} +\begin{itemize} +\item compatibility with \clang 10.0 +\item compatibility with \framac 21.x +\item support for implicit initialization of POD objects. +\end{itemize} + +\section*{Version 0.0.8} \begin{itemize} \item compatibility with \clang 9.0 \item compatibility with \framac 20.0 diff --git a/doc/userman/fclangversion.tex b/doc/userman/fclangversion.tex index 44846dde..c2538a99 100644 --- a/doc/userman/fclangversion.tex +++ b/doc/userman/fclangversion.tex @@ -1,4 +1,4 @@ -\newcommand{\version}{0.0.8\xspace} -\newcommand{\fclangversion}{0.0.8\xspace} -\newcommand{\fcversion}{20.0~Calcium\xspace} -\newcommand{\clangversion}{6.0-9.0\xspace} +\newcommand{\version}{0.0.9\xspace} +\newcommand{\fclangversion}{0.0.9\xspace} +\newcommand{\fcversion}{21.x~Scandium\xspace} +\newcommand{\clangversion}{6.0-10.0\xspace} -- GitLab