Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Feb 25, 2017
1 parent bd8bdef commit 7f2a329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/hana/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ 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 0
#define BOOST_HANA_MINOR_VERSION 1

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

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

0 comments on commit 7f2a329

Please sign in to comment.