Skip to content

Commit fe1f844

Browse files
committed
Add RC0 links to 0.11.1RC0.
1 parent 9d2b46d commit fe1f844

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

‎index.html

+26-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Overview</h1>
6868
<div class="page-header">
6969
<h1>Download</h1>
7070
</div>
71-
<p>The current stable release of the library is available in three
71+
<p>The current <strong>stable release</strong> of the library is available in three
7272
formats, please pick one of the three:</p>
7373
<div class="row">
7474
<div class="col-md-4">
@@ -93,6 +93,31 @@ <h1>Download</h1>
9393
<small class="text-muted cpp-netlib-hash">md5: 0765cf203f451394df98e6ddf7bf2541</small>
9494
</div>
9595
</div>
96+
<p>The current <strong>release candidate</strong> of the library is available in three
97+
formats as well, please pick one of the three:</p>
98+
<div class="row">
99+
<div class="col-md-4">
100+
<a
101+
href="http://storage.googleapis.com/cpp-netlib-downloads/0.11.1/cpp-netlib-0.11.1RC0.zip"
102+
class="btn btn-warning btn-lg btn-block">0.11.1RC0 (zip)</a>
103+
<br>
104+
<small class="text-muted cpp-netlib-hash">md5: 1111b4bcb04d1ec4315880c03d7cf555</small>
105+
</div>
106+
<div class="col-md-4">
107+
<a
108+
href="http://storage.googleapis.com/cpp-netlib-downloads/0.11.1/cpp-netlib-0.11.1RC0.tar.gz"
109+
class="btn btn-warning btn-lg btn-block">0.11.1RC0 (tar.gz)</a>
110+
<br>
111+
<small class="text-muted cpp-netlib-hash">md5: 3020e9d2c49f6009256edcd5f42c9a93</small>
112+
</div>
113+
<div class="col-md-4">
114+
<a
115+
href="http://storage.googleapis.com/cpp-netlib-downloads/0.11.1/cpp-netlib-0.11.1RC0.tar.bz2"
116+
class="btn btn-warning btn-lg btn-block">0.11.1RC0 (tar.bz2)</a>
117+
<br>
118+
<small class="text-muted cpp-netlib-hash">md5: d4fb2fcca857c643af773857b31dee52</small>
119+
</div>
120+
</div>
96121
</section>
97122
<section id="documentation">
98123
<div class="page-header">

0 commit comments

Comments
 (0)