From 53365bf96cd65141328bb62775644b243feea95e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 27 Aug 2017 23:54:23 +0100 Subject: [PATCH] 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. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}

{{#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}}