summaryrefslogtreecommitdiff
path: root/boost/hana/version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/version.hpp')
-rw-r--r--boost/hana/version.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/hana/version.hpp b/boost/hana/version.hpp
index 33b30eddfc..2699bfd0e5 100644
--- a/boost/hana/version.hpp
+++ b/boost/hana/version.hpp
@@ -2,7 +2,7 @@
@file
Defines macros for tracking the version of the library.
-@copyright Louis Dionne 2013-2016
+@copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
@@ -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 2
+#define BOOST_HANA_PATCH_VERSION 0
//! @ingroup group-config
//! Macro expanding to the full version of the library, in hexadecimal