Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Southerland
frama-c
Commits
22f35ea3
Commit
22f35ea3
authored
11 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
preparing release 0.4 compatible with Neon
parent
48b72228
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/plugins/e-acsl/VERSION
+1
-1
1 addition, 1 deletion
src/plugins/e-acsl/VERSION
src/plugins/e-acsl/configure.ac
+11
-9
11 additions, 9 deletions
src/plugins/e-acsl/configure.ac
src/plugins/e-acsl/doc/Changelog
+4
-0
4 additions, 0 deletions
src/plugins/e-acsl/doc/Changelog
with
16 additions
and
10 deletions
src/plugins/e-acsl/VERSION
+
1
−
1
View file @
22f35ea3
0.
3+dev
0.
4
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/configure.ac
+
11
−
9
View file @
22f35ea3
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/doc/Changelog
+
4
−
0
View file @
22f35ea3
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment