aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2017-11-08 22:07:43 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2017-11-08 22:07:43 +0100
commit57c04ab82951ec5490e0f459610a0aa0d7c716ea (patch)
treee27bf01f91b14582bb3f7f32b5296e9379051568 /examples
parent2a0357ecea889b6048c74e6774f899ccc2480cd1 (diff)
downloadsmtcoq-57c04ab82951ec5490e0f459610a0aa0d7c716ea.tar.gz
smtcoq-57c04ab82951ec5490e0f459610a0aa0d7c716ea.zip
Comment in Examples
Diffstat (limited to 'examples')
-rw-r--r--examples/Example.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Example.v b/examples/Example.v
index a37b2da..8138469 100644
--- a/examples/Example.v
+++ b/examples/Example.v
@@ -1,5 +1,5 @@
(* [Require Import SMTCoq.SMTCoq.] loads the SMTCoq library.
- If you are using native-coq instead of Coq 8.5, replace it with:
+ If you are using native-coq instead of Coq 8.6, replace it with:
Require Import SMTCoq.
*)