summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-08-28 00:01:49 +0100
committerDaniel James <daniel@calamity.org.uk>2017-08-28 00:01:49 +0100
commit1358d4592c1cfa39e20e06ac97ce8f1ed490d745 (patch)
treec2f743725459f9193eddf93bda06b6f8c084c812 /index.html
parent13cc3507fbcc12a95654b23a1a1b521837deeb48 (diff)
downloadboost-1358d4592c1cfa39e20e06ac97ce8f1ed490d745.tar.gz
Update root index file from develop
It should have a better 'new libraries' message.
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.html b/index.html
index 558aa98081..4192a7d92d 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,10 @@
<a href="index.html">
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"/></a></td>
<td width="337" align="middle">
- <h2 style="text-align: center">Release {{version}}</h2>
+ <h2 style="text-align: center">
+ {{#is_develop}}Development Snapshot{{/is_develop}}
+ {{^is_develop}}Release {{version}}{{/is_develop}}
+ </h2>
</td>
</tr>
</table>
@@ -56,7 +59,10 @@
<h3>Changes in this release</h3>
{{#unreleased_lib_count}}
- <p>The release includes {{unreleased_lib_count}} new
+ <p>
+ {{#is_develop}}This development snapshot{{/is_develop}}
+ {{^is_develop}}Boost {{minor_release}}{{/is_develop}}
+ includes {{unreleased_lib_count}} new
{{#unreleased_library_plural}}libraries{{/unreleased_library_plural}}
{{^unreleased_library_plural}}library{{/unreleased_library_plural}}
({{#unreleased_libs}}{{#index}}, {{/index}}<a href="{{link}}">{{name}}</a>{{/unreleased_libs}})