aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorThéo Zimmermann2019-11-27 17:12:49 +0100
committerThéo Zimmermann2019-11-27 17:12:49 +0100
commit353b601323ffd7d5b4acc3c02de985b27cddc8e5 (patch)
treeb338e79bab19d6ef8fe7bf0211fd94516ec010bc /theories
parent2184cdb9df3b2f3727fccf0933c2c7e89f8b79a1 (diff)
parentcec1688022638679300af01c56fc6af908ae0681 (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.v2
-rw-r--r--theories/Compat/Coq812.v11
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 *)