From 49773739648a5b4d0f6cdfdb05399e48eb29017b 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. --- doc/changes.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index 35a2835..f7ab411 100644 --- a/doc/changes.qbk +++ b/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]).