Skip to content

Commit df371dc

Browse files
committed
Replace 8.12 in all files with 8.13
1 parent 6492bd1 commit df371dc

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

DOC.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ The *main branch* or *current branch* is the one which appers when you go on
1313
Currently (unless you are reading the README of an outdated branch),
1414
it is the [coq-8.11](https://github.com/MetaCoq/metacoq/tree/coq-8.11).
1515
You should use it both for usage of MetaCoq and development of MetaCoq.
16-
We should move soon to [coq-8.12](https://github.com/MetaCoq/metacoq/tree/coq-8.12).
16+
We should move soon to [coq-8.13](https://github.com/MetaCoq/metacoq/tree/coq-8.12).
1717

1818
The [master](https://github.com/MetaCoq/metacoq/tree/master) branch is following Coq's master
1919
branch and gets regular updates from the the main development branch which follows the latest
2020
stable release of Coq.
2121

22-
The branch [coq-8.10](https://github.com/MetaCoq/metacoq/tree/coq-8.10)
23-
gets backports from `coq-8.11` when possible. Both `coq-8.11` and `coq-8.10` have associated
24-
"alpha"-quality `opam` packages.
22+
<!-- The branch ... -->
23+
<!-- gets backports from `coq-8.11` when possible. Both `coq-8.11` and `coq-8.10` have associated -->
24+
<!-- "alpha"-quality `opam` packages. -->
2525

2626
The branches [coq-8.6](https://github.com/MetaCoq/metacoq/tree/coq-8.6),
2727
[coq-8.7](https://github.com/MetaCoq/metacoq/tree/coq-8.7), [coq-8.8](https://github.com/MetaCoq/metacoq/tree/coq-8.8)
28-
and [coq-8.9](https://github.com/MetaCoq/metacoq/tree/coq-8.9) are frozen.
28+
and [coq-8.9](https://github.com/MetaCoq/metacoq/tree/coq-8.9), and [coq-8.10](https://github.com/MetaCoq/metacoq/tree/coq-8.10) are frozen.
2929

3030

3131

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ to have a dedicated `opam` switch (see below).
6161
To get the source code:
6262

6363
# git clone https://github.com/MetaCoq/metacoq.git
64-
# git checkout -b coq-8.12 origin/coq-8.12
64+
# git checkout -b coq-8.13 origin/coq-8.13
6565
# git status
6666

67-
This checks that you are indeed on the `coq-8.12` branch.
67+
This checks that you are indeed on the `coq-8.13` branch.
6868

6969
### Setting up an `opam` switch
7070

@@ -73,10 +73,10 @@ To setup a fresh `opam` installation, you might want to create a
7373
one yet. You need to use **opam 2** to obtain the right version of
7474
`Equations`.
7575

76-
# opam switch create coq.8.12 4.07.1
76+
# opam switch create coq.8.13 4.07.1
7777
# eval $(opam env)
7878

79-
This creates the `coq.8.12` switch which initially contains only the
79+
This creates the `coq.8.13` switch which initially contains only the
8080
basic `OCaml` `4.07.1` compiler, and puts you in the right environment
8181
(check with `ocamlc -v`).
8282

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://raw.githubusercontent.com/MetaCoq/metacoq.github.io/master/assets/LOGO.png" alt="MetaCoq" width="50px"/>
55
</p>
66

7-
[![Build status](https://github.com/MetaCoq/metacoq/workflows/Test%20compilation/badge.svg?branch=coq-8.12)](https://github.com/MetaCoq/metacoq/actions) [![MetaCoq Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://coq.zulipchat.com)
7+
[![Build status](https://github.com/MetaCoq/metacoq/workflows/Test%20compilation/badge.svg?branch=coq-8.13)](https://github.com/MetaCoq/metacoq/actions) [![MetaCoq Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://coq.zulipchat.com)
88

99
MetaCoq is a project formalizing Coq in Coq and providing tools for
1010
manipulating Coq terms and developing certified plugins
@@ -24,7 +24,7 @@ manipulating Coq terms and developing certified plugins
2424

2525
## Getting started
2626

27-
- You may want to start with a [demo](https://github.com/MetaCoq/metacoq/tree/coq-8.12/examples/demo.v).
27+
- You may want to start with a [demo](https://github.com/MetaCoq/metacoq/tree/coq-8.13/examples/demo.v).
2828

2929
- The current branch [documentation (as light coqdoc files)](https://metacoq.github.io/html/toc.html).
3030

@@ -34,13 +34,13 @@ manipulating Coq terms and developing certified plugins
3434

3535
## Installation instructions
3636

37-
See [INSTALL.md](https://github.com/MetaCoq/metacoq/tree/coq-8.12/INSTALL.md)
37+
See [INSTALL.md](https://github.com/MetaCoq/metacoq/tree/coq-8.13/INSTALL.md)
3838

3939

4040

4141
## Documentation
4242

43-
See [DOC.md](https://github.com/MetaCoq/metacoq/tree/coq-8.12/DOC.md)
43+
See [DOC.md](https://github.com/MetaCoq/metacoq/tree/coq-8.13/DOC.md)
4444

4545

4646

@@ -50,7 +50,7 @@ At the center of this project is the Template-Coq quoting library for
5050
Coq. The project currently has a single repository extending
5151
Template-Coq with additional features. Each extension is in dedicated folder.
5252

53-
### [Template-Coq](https://github.com/MetaCoq/metacoq/tree/coq-8.12/template-coq)
53+
### [Template-Coq](https://github.com/MetaCoq/metacoq/tree/coq-8.13/template-coq)
5454

5555
Template-Coq is a quoting library for [Coq](http://coq.inria.fr). It
5656
takes `Coq` terms and constructs a representation of their syntax tree as
@@ -92,7 +92,7 @@ calculus has proofs of standard metatheoretical results:
9292
that singleton elimination (from Prop to Type) is only allowed
9393
on singleton inductives in Prop.
9494

95-
### [Safe Checker](https://github.com/MetaCoq/metacoq/tree/coq-8.12/safechecker)
95+
### [Safe Checker](https://github.com/MetaCoq/metacoq/tree/coq-8.13/safechecker)
9696

9797
Implementation of a fuel-free and verified reduction machine, conversion
9898
checker and type checker for PCUIC. This relies on a postulate of
@@ -109,7 +109,7 @@ type-checker, one can use:
109109
MetaCoq CoqCheck <term>
110110

111111

112-
### [Erasure](https://github.com/MetaCoq/metacoq/tree/coq-8.12/erasure)
112+
### [Erasure](https://github.com/MetaCoq/metacoq/tree/coq-8.13/erasure)
113113

114114
An erasure procedure to untyped lambda-calculus accomplishing the
115115
same as the Extraction plugin of Coq. The extracted safe erasure is
@@ -120,22 +120,22 @@ available in Coq through a new vernacular command:
120120
After importing `MetaCoq.Erasure.Loader`.
121121

122122

123-
### [Translations](https://github.com/MetaCoq/metacoq/tree/coq-8.12/translations)
123+
### [Translations](https://github.com/MetaCoq/metacoq/tree/coq-8.13/translations)
124124

125125
Examples of translations built on top of this:
126126

127-
- a parametricity plugin in [translations/param_original.v](https://github.com/MetaCoq/metacoq/tree/coq-8.12/translations/param_original.v)
127+
- a parametricity plugin in [translations/param_original.v](https://github.com/MetaCoq/metacoq/tree/coq-8.13/translations/param_original.v)
128128

129-
- a plugin to negate funext in [translations/times_bool_fun.v](https://github.com/MetaCoq/metacoq/tree/coq-8.12/translations/times_bool_fun.v)
129+
- a plugin to negate funext in [translations/times_bool_fun.v](https://github.com/MetaCoq/metacoq/tree/coq-8.13/translations/times_bool_fun.v)
130130

131131

132132
### Examples
133133

134134
- An example Coq plugin built on the Template Monad, which can be used to
135-
add a constructor to any inductive type is in [examples/add_constructor.v](https://github.com/MetaCoq/metacoq/tree/coq-8.12/examples/add_constructor.v)
135+
add a constructor to any inductive type is in [examples/add_constructor.v](https://github.com/MetaCoq/metacoq/tree/coq-8.13/examples/add_constructor.v)
136136

137-
- The test-suite files [test-suite/erasure_test.v](https://github.com/MetaCoq/metacoq/tree/coq-8.12/test-suite/erasure_test.v)
138-
and [test-suite/safechecker_test.v](https://github.com/MetaCoq/metacoq/tree/coq-8.12/test-suite/safechecker_test.v) show example
137+
- The test-suite files [test-suite/erasure_test.v](https://github.com/MetaCoq/metacoq/tree/coq-8.13/test-suite/erasure_test.v)
138+
and [test-suite/safechecker_test.v](https://github.com/MetaCoq/metacoq/tree/coq-8.13/test-suite/safechecker_test.v) show example
139139
uses (and current limitations of) the verified checker and erasure.
140140

141141

@@ -227,7 +227,7 @@ Copyright (c) 2018-2020 Danil Annenkov, Yannick Forster, Théo Winterhalter
227227
```
228228

229229
This software is distributed under the terms of the MIT license.
230-
See [LICENSE](https://github.com/MetaCoq/metacoq/tree/coq-8.12/LICENSE) for details.
230+
See [LICENSE](https://github.com/MetaCoq/metacoq/tree/coq-8.13/LICENSE) for details.
231231

232232

233233

coq-metacoq-template.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
opam-version: "2.0"
22
maintainer: "matthieu.sozeau@inria.fr"
33
homepage: "https://metacoq.github.io/metacoq"
4-
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.12"
4+
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.13"
55
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
66
authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
77
"Simon Boulier <simon.boulier@inria.fr>"

0 commit comments

Comments
 (0)