Skip to content

Commit

Permalink
Merge pull request coq#80 from silene/coq8.9beta1
Browse files Browse the repository at this point in the history
Coq 8.9+beta1 release.
  • Loading branch information
silene authored Dec 10, 2018
2 parents 39cab6a + f78dd50 commit 3accd4b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $(DST)/coq-workshop/2009/cfp/index.html:

NEWS:= $(shell cut -f1 -d: NEWSINDEX | sort -r -n)

RECENTNEWS:= 147 146 145
RECENTNEWS:= 148 147 146

NEWSSRC:=$(addprefix news/,$(NEWS))
NEWSDST:=$(patsubst %,$(DST)/news/%.html,$(NEWS))
Expand Down
1 change: 1 addition & 0 deletions NEWSINDEX
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@
145:coq-88-is-out
146:coq-881-is-out
147:coq-882-is-out
148:coq-89beta1-is-out
7 changes: 7 additions & 0 deletions incl/macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
<#def CURRENTVERSIONTAG>V8.8.2</#def>
<#def CURRENTVERSIONURL><#BASEURL><#CURRENTVERSIONTAG></#def>
<#def CURRENTCREDITSURL>https://github.com/coq/coq/blob/<#CURRENTVERSIONTAG>/CREDITS</#def>

<#def UPCOMINGMAJORVERSION>8.9</#def>
<#def UPCOMINGMINORVERSION>+beta1</#def>
<#def UPCOMINGVERSION><#UPCOMINGMAJORVERSION><#UPCOMINGMINORVERSION></#def>
<#def UPCOMINGVERSIONDATE>November 2018</#def>
<#def UPCOMINGVERSIONTAG>V8.9+beta1</#def>
<#def UPCOMINGVERSIONURL><#BASEURL><#UPCOMINGVERSIONTAG></#def>
12 changes: 12 additions & 0 deletions news/148
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<#def ID>148</#def>
<#def TITLE>Coq 8.9+beta1 is out</#def>
<#def AUTHOR>Guillaume Melquiond</#def>
<#def DATE>2 Nov 2018</#def>
<#def DESCR>
The <a href="https://github.com/coq/coq/releases/tag/V8.9+beta1">first beta
release of Coq 8.9</a> is available for testing. It features many
quality-of-life improvements, including goal differences as well as numeral
and custom notations.

Feedback and <a href="https://github.com/coq/coq/issues">bug reports</a> are extremely welcome.
</#def>
4 changes: 3 additions & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
selectors in front of focusing brackets and a new experimental
-mangle-names option for linting proof scripts.
</p>
<p><a href="<#UPCOMINGVERSIONURL>">The upcoming version, Coq <#UPCOMINGVERSION></a>,
released in <#UPCOMINGVERSIONDATE>, is also available for testing.</p>
</div>

<div class="frameworklinks">
<ul>
<li><a href="<#CURRENTVERSIONURL>">Get Coq <#CURRENTVERSION></a></li>
<li><a href="<#UPCOMINGVERSIONURL>">Get Coq <#UPCOMINGVERSION></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 3accd4b

Please sign in to comment.