Skip to content

Commit 8ad8af7

Browse files
committed
Prepare for release
1 parent 431363b commit 8ad8af7

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6363
More documentation

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ ac_config_files="$ac_config_files stamp-h"
22072207
# Assign here the CIL version numbers
22082208
CIL_VERSION_MAJOR=1
22092209
CIL_VERSION_MINOR=7
2210-
CIL_VERSION_REV=1
2210+
CIL_VERSION_REV=2
22112211
CIL_VERSION=$CIL_VERSION_MAJOR.$CIL_VERSION_MINOR.$CIL_VERSION_REV
22122212
22132213
# make sure I haven't forgotten to run autoconf

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ AC_PREREQ([2.69])
3333
# Assign here the CIL version numbers
3434
CIL_VERSION_MAJOR=1
3535
CIL_VERSION_MINOR=7
36-
CIL_VERSION_REV=1
36+
CIL_VERSION_REV=2
3737
CIL_VERSION=$CIL_VERSION_MAJOR.$CIL_VERSION_MINOR.$CIL_VERSION_REV
3838

3939
# make sure I haven't forgotten to run autoconf

doc/cil.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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}.\\
33673370
Improve build system, including:
33683371
\begin{itemize}

0 commit comments

Comments
 (0)