diff options
| author | Théo Zimmermann | 2019-11-27 17:12:49 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-11-27 17:12:49 +0100 |
| commit | 353b601323ffd7d5b4acc3c02de985b27cddc8e5 (patch) | |
| tree | b338e79bab19d6ef8fe7bf0211fd94516ec010bc /theories | |
| parent | 2184cdb9df3b2f3727fccf0933c2c7e89f8b79a1 (diff) | |
| parent | cec1688022638679300af01c56fc6af908ae0681 (diff) | |
Merge PR #11158: [release] Update files for 8.12 release per release process.
Reviewed-by: Zimmi48
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Compat/Coq811.v | 2 | ||||
| -rw-r--r-- | theories/Compat/Coq812.v | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/theories/Compat/Coq811.v b/theories/Compat/Coq811.v index 4a9a041d4e..4d28e4f708 100644 --- a/theories/Compat/Coq811.v +++ b/theories/Compat/Coq811.v @@ -9,3 +9,5 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.11 *) + +Require Export Coq.Compat.Coq812. diff --git a/theories/Compat/Coq812.v b/theories/Compat/Coq812.v new file mode 100644 index 0000000000..5d2fbc56d5 --- /dev/null +++ b/theories/Compat/Coq812.v @@ -0,0 +1,11 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *) +(* <O___,, * (see CREDITS file for the list of authors) *) +(* \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.12 *) |
