File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ instance in the OCaml toplevel using [findlib][]:
5757 # #require "cil";;
5858 [...]
5959 # Cil.cilVersion;;
60- - : string = "1.7.1 "
60+ - : string = "1.7.2 "
6161
6262
6363More documentation
Original file line number Diff line number Diff line change @@ -2207,7 +2207,7 @@ ac_config_files="$ac_config_files stamp-h"
22072207# Assign here the CIL version numbers
22082208CIL_VERSION_MAJOR=1
22092209CIL_VERSION_MINOR=7
2210- CIL_VERSION_REV=1
2210+ CIL_VERSION_REV=2
22112211CIL_VERSION=$CIL_VERSION_MAJOR .$CIL_VERSION_MINOR .$CIL_VERSION_REV
22122212
22132213# make sure I haven't forgotten to run autoconf
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ AC_PREREQ([2.69])
3333# Assign here the CIL version numbers
3434CIL_VERSION_MAJOR=1
3535CIL_VERSION_MINOR=7
36- CIL_VERSION_REV=1
36+ CIL_VERSION_REV=2
3737CIL_VERSION=$CIL_VERSION_MAJOR .$CIL_VERSION_MINOR .$CIL_VERSION_REV
3838
3939# make sure I haven't forgotten to run autoconf
Original file line number Diff line number Diff line change @@ -3363,6 +3363,9 @@ \section{Bug reports}
33633363
33643364\section {Changes }\label {sec-changes }\cutname {changes.html}
33653365\begin {itemize }
3366+ \item {\bf June 27, 2013}: {\bf Released version 1.7.2}.\\
3367+ Fix building and installation of CIL library (\# 138).
3368+
33663369\item {\bf June 18, 2013}: {\bf Released version 1.7.1}.\\
33673370Improve build system, including:
33683371 \begin {itemize }
You can’t perform that action at this time.
0 commit comments