File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
< a href ="index.html ">
15
15
< img src ="boost.png " alt ="boost.png (6897 bytes) " align ="middle " width ="277 " height ="86 " border ="0 "/> </ a > </ td >
16
16
< td width ="337 " align ="middle ">
17
- < h2 style ="text-align: center "> Release {{version}}</ h2 >
17
+ < h2 style ="text-align: center ">
18
+ {{#is_develop}}Development Snapshot{{/is_develop}}
19
+ {{^is_develop}}Release {{version}}{{/is_develop}}
20
+ </ h2 >
18
21
</ td >
19
22
</ tr >
20
23
</ table >
@@ -56,7 +59,10 @@ <h2 class="title">Welcome to the Boost C++ Libraries</h2>
56
59
< h3 > Changes in this release</ h3 >
57
60
58
61
{{#unreleased_lib_count}}
59
- < p > The release includes {{unreleased_lib_count}} new
62
+ < p >
63
+ {{#is_develop}}This development snapshot{{/is_develop}}
64
+ {{^is_develop}}Boost {{minor_release}}{{/is_develop}}
65
+ includes {{unreleased_lib_count}} new
60
66
{{#unreleased_library_plural}}libraries{{/unreleased_library_plural}}
61
67
{{^unreleased_library_plural}}library{{/unreleased_library_plural}}
62
68
({{#unreleased_libs}}{{#index}}, {{/index}}< a href ="{{link}} "> {{name}}</ a > {{/unreleased_libs}})
You can’t perform that action at this time.
0 commit comments