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
Deploy
Releases
Container Registry
Model registry
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
pub
frama-c
Commits
b6fd74e7
Commit
b6fd74e7
authored
3 months ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[release] remove ~beta from VERSION
parent
9533a267
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
VERSION
+1
-1
1 addition, 1 deletion
VERSION
ivette/package.json
+1
-1
1 addition, 1 deletion
ivette/package.json
opam
+1
-1
1 addition, 1 deletion
opam
src/plugins/wp/Warning.mli
+1
-1
1 addition, 1 deletion
src/plugins/wp/Warning.mli
with
4 additions
and
4 deletions
VERSION
+
1
−
1
View file @
b6fd74e7
30.0
~beta
30.0
This diff is collapsed.
Click to expand it.
ivette/package.json
+
1
−
1
View file @
b6fd74e7
{
"name"
:
"ivette"
,
"productName"
:
"Ivette"
,
"version"
:
"
29
.0.0"
,
"version"
:
"
30
.0.0"
,
"repository"
:
"git@git.frama-c.com:frama-c/Ivette.git"
,
"author"
:
"Loïc Correnson <loic.correnson@cea.fr>"
,
"license"
:
"LGPL-2.1"
,
...
...
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
b6fd74e7
opam-version: "2.0"
name: "frama-c"
synopsis: "Platform dedicated to the analysis of source code written in C"
version: "30.0
~beta
"
version: "30.0"
description:"""
Frama-C gathers several analysis techniques in a single collaborative
framework, based on analyzers (called "plug-ins") that can build upon the
...
...
This diff is collapsed.
Click to expand it.
src/plugins/wp/Warning.mli
+
1
−
1
View file @
b6fd74e7
...
...
@@ -63,7 +63,7 @@ val handle : ?severe:bool -> fallback:string -> handler:('a -> 'b) -> ('a -> 'b)
if a context has been set.
Otherwise, a WP-fatal error is raised instead.
Default for [severe] is false.
@before
Frama-C+dev
[fallback] was [effect]
@before
30.0-Zinc
[fallback] was [effect]
*)
type
'
a
outcome
=
...
...
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