diff --git a/Manual/doc_tex/Preliminaries/main.tex b/Manual/doc_tex/Preliminaries/main.tex index a38ef18074a..6417f35f7d9 100644 --- a/Manual/doc_tex/Preliminaries/main.tex +++ b/Manual/doc_tex/Preliminaries/main.tex @@ -119,7 +119,7 @@ been implemented yet. \section{Identifying the Version of CGAL\label{sec:cgal_version}} -\ccInclude{CGAL/version.h} +\ccInclude{CGAL/config.h} Every release of \cgal\ defines the following preprocessor macros: \begin{description} @@ -127,6 +127,9 @@ Every release of \cgal\ defines the following preprocessor macros: \index{CGAL_VERSION macro@{\tt CGAL\_VERSION} macro} -- a textual description of the current release (e.g., or 3.3 or 3.2.1 or 3.2.1-I-15), and +\item[\texttt{CGAL\_VERSION\_STR}] + \index{CGAL_VERSION_STR macro@{\tt CGAL\_VERSION\_STR} macro} + -- same as \texttt{CGAL\_VERSION} but as a string constant token, and \item[\texttt{CGAL\_VERSION\_NR}] \index{CGAL_VERSION_NR macro@{\tt CGAL\_VERSION\_NR} macro} -- a numerical description of the current release such that