diff options
| author | Enrico Tassi | 2020-11-23 16:47:06 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-23 16:47:06 +0100 |
| commit | 17da7c41b17da3280cb2c182387685ad4be6022f (patch) | |
| tree | e96191ea4e4bc5650154bacb0f027d586355f541 /theories | |
| parent | d41bb0c5e15442da6f6b7333e2b1e73a8091292a (diff) | |
Update compat infrastructure for 8.14
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Compat/Coq813.v | 2 | ||||
| -rw-r--r-- | theories/Compat/Coq814.v | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/theories/Compat/Coq813.v b/theories/Compat/Coq813.v index 92544c6ed9..fe7431dcd3 100644 --- a/theories/Compat/Coq813.v +++ b/theories/Compat/Coq813.v @@ -9,3 +9,5 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.13 *) + +Require Export Coq.Compat.Coq814. diff --git a/theories/Compat/Coq814.v b/theories/Compat/Coq814.v new file mode 100644 index 0000000000..94948dd280 --- /dev/null +++ b/theories/Compat/Coq814.v @@ -0,0 +1,11 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * Copyright INRIA, CNRS and contributors *) +(* <O___,, * (see version control and CREDITS file for authors & dates) *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(* * (see LICENSE file for the text of the license) *) +(************************************************************************) + +(** Compatibility file for making Coq act similar to Coq v8.14 *) |
