From 6466868d858c4a9a80e444463009fae869eeb950 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 16 Jul 2017 21:00:11 +0200 Subject: Adding a V8.7 compatibility version number. --- theories/Compat/Coq86.v | 2 ++ theories/Compat/Coq87.v | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 theories/Compat/Coq87.v (limited to 'theories') diff --git a/theories/Compat/Coq86.v b/theories/Compat/Coq86.v index f46460886..34061ddd6 100644 --- a/theories/Compat/Coq86.v +++ b/theories/Compat/Coq86.v @@ -7,5 +7,7 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.6 *) +Require Export Coq.Compat.Coq87. + Require Export Coq.extraction.Extraction. Require Export Coq.funind.FunInd. diff --git a/theories/Compat/Coq87.v b/theories/Compat/Coq87.v new file mode 100644 index 000000000..61e911678 --- /dev/null +++ b/theories/Compat/Coq87.v @@ -0,0 +1,9 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*