summaryrefslogtreecommitdiff
path: root/boost/phoenix/version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/version.hpp')
-rw-r--r--boost/phoenix/version.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/phoenix/version.hpp b/boost/phoenix/version.hpp
index 41166f5a4a..baf215d097 100644
--- a/boost/phoenix/version.hpp
+++ b/boost/phoenix/version.hpp
@@ -1,7 +1,7 @@
/*=============================================================================
Copyright (c) 2005-2008 Hartmut Kaiser
Copyright (c) 2005-2010 Joel de Guzman
- Copyright (c) 2014 John Fletcher
+ Copyright (c) 2014-2015 John Fletcher
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -14,7 +14,7 @@
// This is the version of the library
//
///////////////////////////////////////////////////////////////////////////////
-#define BOOST_PHOENIX_VERSION 0x3006 // 3.0.6
+#define BOOST_PHOENIX_VERSION 0x3200 // 3.2.0
// boost/predef is not in Boost before 1.55.0
#include <boost/version.hpp>
@@ -26,7 +26,7 @@
#endif
#ifdef BOOST_PHOENIX_HAVE_BOOST_PREDEF
-#define BOOST_PHOENIX_VERSION_NUMBER = BOOST_VERSION_NUMBER(3,0,6)
+#define BOOST_PHOENIX_VERSION_NUMBER = BOOST_VERSION_NUMBER(3,2,0)
#endif
#endif