Skip to content
Snippets Groups Projects
Commit 22f35ea3 authored by Julien Signoles's avatar Julien Signoles
Browse files

preparing release 0.4 compatible with Neon

parent 48b72228
No related branches found
No related tags found
No related merge requests found
0.3+dev 0.4
...@@ -55,17 +55,19 @@ AC_MSG_CHECKING(for Frama-C version) ...@@ -55,17 +55,19 @@ AC_MSG_CHECKING(for Frama-C version)
DEV_VERSION_NUMBER=`echo $FRAMAC_VERSION | sed -e 's/.*-\(.*\)/\1/' ` DEV_VERSION_NUMBER=`echo $FRAMAC_VERSION | sed -e 's/.*-\(.*\)/\1/' `
VERSION_NUMBER=`echo $DEV_VERSION_NUMBER | sed -e 's/\(.*\)+dev/\1/' ` VERSION_NUMBER=`echo $DEV_VERSION_NUMBER | sed -e 's/\(.*\)+dev/\1/' `
REQUIRED_NUMBER=20140301
if test $VERSION_NUMBER -lt 20130601; then if test $VERSION_NUMBER -lt $REQUIRED_NUMBER; then
AC_MSG_ERROR(Frama-C version must be at least Fluorine-20130601.) AC_MSG_ERROR(Frama-C version must be at least Neon-$REQUIRED_NUMBER.)
fi
# at the time being, must use the Frama-C development version
DEV=`echo $DEV_VERSION_NUMBER | sed -e 's/.*\(+dev\)/\1/' `
if test "$DEV" != "+dev"; then
AC_MSG_ERROR(Frama-C version must be the current SVN version.);
else else
AC_MSG_RESULT($FRAMAC_VERSION)
# # at the time being, must use the Frama-C development version
# DEV=`echo $DEV_VERSION_NUMBER | sed -e 's/.*\(+dev\)/\1/' `
# if test "$DEV" != "+dev"; then
# AC_MSG_ERROR(Frama-C version must be the current GIT version.);
# else
AC_MSG_RESULT($FRAMAC_VERSION)
# fi
fi fi
# OCaml version # OCaml version
......
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
# E-ACSL: the Whole E-ACSL plug-in # E-ACSL: the Whole E-ACSL plug-in
############################################################################### ###############################################################################
###############################
Plugin E-ACSL 0.4 Neon_20140301
###############################
-* E-ACSL [2014/01/28] Fix bug #1634 occuring in presence of static -* E-ACSL [2014/01/28] Fix bug #1634 occuring in presence of static
addresses. addresses.
-* E-ACSL [2013/09/26] Fix incorrectness which may occur in presence -* E-ACSL [2013/09/26] Fix incorrectness which may occur in presence
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment