forked from coq/coq
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR coq#18319: Bump version (8.20+alpha)
Reviewed-by: ppedrot Co-authored-by: ppedrot <[email protected]>
- Loading branch information
Showing
10 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(* -*- coq-prog-args: ("-compat" "8.19") -*- *) | ||
(* -*- coq-prog-args: ("-compat" "8.20") -*- *) | ||
(** Check that the current compatibility flag actually requires the relevant modules. *) | ||
Import Coq.Compat.Coq819. | ||
Import Coq.Compat.Coq820. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(* -*- coq-prog-args: ("-compat" "8.17") -*- *) | ||
(* -*- coq-prog-args: ("-compat" "8.18") -*- *) | ||
(** Check that the current-minus-two compatibility flag actually requires the relevant modules. *) | ||
Import Coq.Compat.Coq820. | ||
Import Coq.Compat.Coq819. | ||
Import Coq.Compat.Coq818. | ||
Import Coq.Compat.Coq817. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(* -*- coq-prog-args: ("-compat" "8.17") -*- *) | ||
(** Check that the current-minus-three compatibility flag actually requires the relevant modules. *) | ||
Import Coq.Compat.Coq820. | ||
Import Coq.Compat.Coq819. | ||
Import Coq.Compat.Coq818. | ||
Import Coq.Compat.Coq817. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(* -*- coq-prog-args: ("-compat" "8.18") -*- *) | ||
(* -*- coq-prog-args: ("-compat" "8.19") -*- *) | ||
(** Check that the current-minus-one compatibility flag actually requires the relevant modules. *) | ||
Import Coq.Compat.Coq820. | ||
Import Coq.Compat.Coq819. | ||
Import Coq.Compat.Coq818. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.20 *) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters