improvements

This commit is contained in:
Sylvain Pion 2007-03-29 09:31:04 +00:00
parent 624c35d779
commit d19cb16b4c
1 changed files with 5 additions and 4 deletions

View File

@ -124,14 +124,15 @@ default blank.
\section{Identifying the version of \cgal} \section{Identifying the version of \cgal}
\label{sec:cgal_version} \label{sec:cgal_version}
Every release of \cgal\ defines (in \texttt{<CGAL/version.h>}) two \ccInclude{CGAL/version.h}
macros:
Every release of \cgal\ defines the following preprocessor macros:
\begin{description} \begin{description}
\item[\texttt{CGAL\_VERSION}] \item[\texttt{CGAL\_VERSION}]
\index{CGAL_VERSION macro@{\tt CGAL\_VERSION} macro} \index{CGAL_VERSION macro@{\tt CGAL\_VERSION} macro}
-- a textual description of the current release -- a textual description of the current release
(e.g., or 3.3 or 3.2.1 or 3.2.1-I-15), and (e.g., or 3.3 or 3.2.1 or 3.2.1-I-15), and
\item[\texttt{CGAL\_VERSION\_NR}], \item[\texttt{CGAL\_VERSION\_NR}]
\index{CGAL_VERSION_NR macro@{\tt CGAL\_VERSION\_NR} macro} \index{CGAL_VERSION_NR macro@{\tt CGAL\_VERSION\_NR} macro}
-- a numerical description of the current release such that -- a numerical description of the current release such that
more recent releases have higher number. more recent releases have higher number.
@ -145,7 +146,7 @@ macros:
Examples: for the public release 3.2.4 this number is Examples: for the public release 3.2.4 this number is
1030241000; for internal release 3.2-I-1, it is 1030200001. 1030241000; for internal release 3.2-I-1, it is 1030200001.
Note that this scheme was modified around 3.2-I-30. Note that this scheme was modified around 3.2-I-30.
\item[\texttt{CGAL\_VERSION\_NUMBER(M,m,b)}], \item[\texttt{CGAL\_VERSION\_NUMBER(M,m,b)}]
\index{CGAL_VERSION_NUMBER macro@{\tt CGAL\_VERSION\_NUMBER} macro} \index{CGAL_VERSION_NUMBER macro@{\tt CGAL\_VERSION\_NUMBER} macro}
-- a function macro computing the version number macro -- a function macro computing the version number macro
from the M.m.b release version. Note that the internal release from the M.m.b release version. Note that the internal release