Skip to content

Commit c6a43a2

Browse files
committed
Bump version of Hana to 1.8.0 and clear release notes
1 parent e32da0f commit c6a43a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Release notes for Hana 1.6.2
1+
Release notes for Hana 1.8.0
22
============================

include/boost/hana/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Distributed under the Boost Software License, Version 1.0.
2424

2525
//! @ingroup group-config
2626
//! Macro expanding to the minor version of the library, i.e. the `y` in `x.y.z`.
27-
#define BOOST_HANA_MINOR_VERSION 7
27+
#define BOOST_HANA_MINOR_VERSION 8
2828

2929
//! @ingroup group-config
3030
//! Macro expanding to the patch level of the library, i.e. the `z` in `x.y.z`.
31-
#define BOOST_HANA_PATCH_VERSION 1
31+
#define BOOST_HANA_PATCH_VERSION 0
3232

3333
//! @ingroup group-config
3434
//! Macro expanding to the full version of the library, in hexadecimal

0 commit comments

Comments
 (0)