Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Feb 27, 2018
1 parent 1970ee9 commit bd60612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/hana/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit bd60612

Please sign in to comment.