From a47818647def035b28b4faef07bb09c9e2e5825d Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 10 Jan 2015 13:10:15 +0000 Subject: [PATCH] Fix version number in release notes. --- hash/doc/changes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 35a2835..f7ab411 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -174,7 +174,7 @@ * Ongoing work on improving `hash_combine`. This changes the combine function which was previously defined in the reference documentation. -[h2 Boost 1.57.0] +[h2 Boost 1.58.0] * Fixed strict aliasing violation ([@https://github.com/boostorg/functional/pull/3 GitHub #3]).