diff --git a/Makefile b/Makefile index 46cb802d871fc6455c1303a038815fea661c193b..d71afceec561588fe073d539311730d0a09ae3ce 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 fc87f44340831bcb10fd0aa7846439d9d6c5c483..490b4da82171b039344d2127e1caa9c39ac2d3e2 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 4a7e0721a9441f7c70e644b5ded21c24ef64a410..9588d64ed1ef068fdcc46902b2a004473ddebd4f 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 44846dde3634bf57c43b468d2c75c306fc3b627b..c2538a99ee04a3eef4482b62ab47fb3695ea7709 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}