Skip to content

Commit bd60612

Browse files
committed
Bump version to 1.4.0
1 parent 1970ee9 commit bd60612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/hana/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 3
27+
#define BOOST_HANA_MINOR_VERSION 4
2828

2929
//! @ingroup group-config
3030
//! Macro expanding to the patch level of the library, i.e. the `z` in `x.y.z`.

0 commit comments

Comments
 (0)