Skip to content
Snippets Groups Projects
Commit 544e6584 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[release] fix fc reference version

parent 38f19509
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
(depends
(ocaml (>= 4.13.1))
(dune (<> 3.13.0)) ; performance problem
(frama-c (and (>= 29.0+dev) (< 30.0~)))
(frama-c (and (>= 30.0~) (< 31.0~)))
)
(depopts
conf-swi-prolog ; for the deduction features of MetAcsl
......
......@@ -11,7 +11,7 @@ tags: [
depends: [
"ocaml" {>= "4.13.1"}
"dune" {>= "3.13" & != "3.13.0"}
"frama-c" {>= "29.0+dev" & < "30.0~"}
"frama-c" {>= "30.0~" & < "31.0~"}
"odoc" {with-doc}
]
depopts: [
......
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