Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f76cc1cb authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Fix incorrect version regex.

parent aeed1092
Branches
Tags
No related merge requests found
......@@ -508,7 +508,7 @@ compile_time_support = true
exec = "coqtop -batch"
version_switch = "-v"
version_regexp = "The Coq Proof Assistant, version \\([^ \n]+\\)"
version_ok = "8.4pl[1-6]"
version_ok = "^8\.4pl[1-6]$"
version_ok = "8.4"
command = "%l/why3-cpulimit 0 %m -s %e -R %l/coq-tactic Why3 -R %l/coq Why3 -l %f"
driver = "drivers/coq.drv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment