-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from maximedenes/coq8.8+beta1
Coq 8.8+beta1 release.
- Loading branch information
Showing
6 changed files
with
34 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,3 +51,4 @@ | |
141:coq-871-is-out | ||
142 | ||
143:coq-872-is-out | ||
144:coq-88beta1-is-out |
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,14 @@ | ||
<#def BASEURL>https://github.com/coq/coq/releases/tag/</#def> | ||
|
||
<#def CURRENTMAJORVERSION>8.7</#def> | ||
<#def CURRENTVERSION>8.7.2</#def> | ||
<#def CURRENTVERSIONDATE>February 2018</#def> | ||
<#def CURRENTVERSIONURL>V8.7.2</#def> | ||
<#def CURRENTVERSIONTAG>V8.7.2</#def> | ||
<#def CURRENTVERSIONURL><#BASEURL><#CURRENTVERSIONTAG></#def> | ||
|
||
<#def UPCOMINGMAJORVERSION>8.8</#def> | ||
<#def UPCOMINGMINORVERSION>+beta1</#def> | ||
<#def UPCOMINGVERSION><#UPCOMINGMAJORVERSION><#UPCOMINGMINORVERSION></#def> | ||
<#def UPCOMINGVERSIONDATE>March 2018</#def> | ||
<#def UPCOMINGVERSIONTAG>V8.8+beta1</#def> | ||
<#def UPCOMINGVERSIONURL><#BASEURL><#UPCOMINGVERSIONTAG></#def> |
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,15 @@ | ||
<#def ID>144</#def> | ||
<#def TITLE>Coq 8.8+beta1 is out</#def> | ||
<#def AUTHOR>Maxime Dénès</#def> | ||
<#def DATE>19 Mar 2018</#def> | ||
<#def DESCR> | ||
The <a href="https://github.com/coq/coq/releases/tag/V8.8+beta1">first beta | ||
release of Coq 8.8</a> is available for testing. It features better | ||
performances, tactic improvements, many enhancements for universe users, a new | ||
Export modifier for setting options, support for goal selectors in front of | ||
focusing brackets and a new experimental -mangle-names option for linting proof | ||
scripts. | ||
|
||
Feedback and <a href="https://github.com/coq/coq/issues">bug reports</a> are extremely welcome.</p> | ||
|
||
</#def> |
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