Skip to content
Snippets Groups Projects
Commit 88c935d3 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

update version for 28.1 release

parent 1264db95
No related branches found
No related tags found
No related merge requests found
28.0
28.1
......@@ -91,7 +91,7 @@ DuneProject () {
echo "(maintainers \"anonymous\")"
echo "(package (name ${PACKAGE})"
echo " (depends"
echo " (\"frama-c\" (>= 28.0))"
echo " (\"frama-c\" (>= 28.1))"
echo " )"
echo " (tags (\"Frama-C scripts\"))"
echo ")"
......
opam-version: "2.0"
name: "frama-c"
synopsis: "Platform dedicated to the analysis of source code written in C"
version: "28.0"
version: "28.1"
description:"""
Frama-C gathers several analysis techniques in a single collaborative
framework, based on analyzers (called "plug-ins") that can build upon the
......@@ -72,7 +72,7 @@ authors: [
homepage: "https://frama-c.com/"
license: "LGPL-2.1-only"
dev-repo: "git+https://git.frama-c.com/pub/frama-c.git"
doc: "http://frama-c.com/download/user-manual-28.0-Nickel.pdf"
doc: "http://frama-c.com/download/user-manual-28.1-Nickel.pdf"
bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
tags: [
"deductive"
......
The following set of packages is known to be a working configuration for
compiling Frama-C 28.0.
compiling Frama-C 28.1.
- OCaml 4.13.1
- alt-ergo.2.4.2 (for wp, optional)
......
......@@ -25,6 +25,10 @@
Plugin E-ACSL <next-release>
###############################################################################
###############################################################################
Plugin E-ACSL 28.1 (Nickel)
###############################################################################
###############################################################################
Plugin E-ACSL 28.0 (Nickel)
###############################################################################
......
opam-version: "2.0"
name: "frama-c-hdrck"
synopsis: "Frama-C header check tool"
version: "28.0"
version: "28.1"
description:"""
Performs all checks related to file headers as required by the Frama-C
continuous integration.
......
opam-version: "2.0"
name: "frama-c-lint"
synopsis: "Frama-C lint tool"
version: "28.0"
version: "28.1"
description:"""
Performs all checks related to source code formatting as required by the Frama-C
continuous integration. Namely: OCP-indent for ML files, clang-format for E-ACSL
......
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