diff options
| author | Théo Zimmermann | 2019-10-11 13:15:25 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-10-11 13:15:25 +0200 |
| commit | 53e8533b58a22584a642447123ae4aecfdf665a3 (patch) | |
| tree | 0211281978c2770a0ab50d18a67c8b39ae47ce94 /theories | |
| parent | ac862fb5ae8eb15c15f81817d78ba8db4430ea8b (diff) | |
| parent | aa728e094d40d09e3d414b961e7b6d9fedebc9fd (diff) | |
Merge PR #10844: Bump version number to 8.11.
Reviewed-by: JasonGross
Reviewed-by: Zimmi48
Reviewed-by: ejgallego
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Compat/Coq810.v | 2 | ||||
| -rw-r--r-- | theories/Compat/Coq811.v | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/theories/Compat/Coq810.v b/theories/Compat/Coq810.v index d24af2186f..c611d356ce 100644 --- a/theories/Compat/Coq810.v +++ b/theories/Compat/Coq810.v @@ -9,3 +9,5 @@ (************************************************************************) (** Compatibility file for making Coq act similar to Coq v8.10 *) + +Require Export Coq.Compat.Coq811. diff --git a/theories/Compat/Coq811.v b/theories/Compat/Coq811.v new file mode 100644 index 0000000000..4a9a041d4e --- /dev/null +++ b/theories/Compat/Coq811.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.11 *) |
