diff options
author | Daniel James <daniel@calamity.org.uk> | 2017-08-27 23:54:23 +0100 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2017-08-27 23:54:23 +0100 |
commit | 53365bf96cd65141328bb62775644b243feea95e (patch) | |
tree | e23bdce3268ca3ab0f4930ca5933830030a85d6f /index.html | |
parent | 1c714ffb0fbbad71f909e360ed7060460cb39d34 (diff) | |
download | boost-53365bf96cd65141328bb62775644b243feea95e.tar.gz |
Use the minor release version for 'new libraries'
So that the new libraries will appear in root index file of point
releases. Might be wrong if new libraries are added in point releases,
but we don't usually do that.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index abb98ef6ae..4192a7d92d 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@ {{#unreleased_lib_count}} <p> {{#is_develop}}This development snapshot{{/is_develop}} - {{^is_develop}}The release{{/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}} |