diff --git a/include/boost/hana/version.hpp b/include/boost/hana/version.hpp index 905282e1bc..70ba6fd9a1 100644 --- a/include/boost/hana/version.hpp +++ b/include/boost/hana/version.hpp @@ -24,7 +24,7 @@ Distributed under the Boost Software License, Version 1.0. //! @ingroup group-config //! Macro expanding to the minor version of the library, i.e. the `y` in `x.y.z`. -#define BOOST_HANA_MINOR_VERSION 3 +#define BOOST_HANA_MINOR_VERSION 4 //! @ingroup group-config //! Macro expanding to the patch level of the library, i.e. the `z` in `x.y.z`.