2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 02:12:09 +00:00

version.hpp Update version to 3.1.0

This commit is contained in:
John Fletcher
2014-12-23 12:21:22 +00:00
parent 946a1db4f8
commit 20d0fcda37

View File

@@ -14,7 +14,7 @@
// This is the version of the library
//
///////////////////////////////////////////////////////////////////////////////
#define BOOST_PHOENIX_VERSION 0x3006 // 3.0.6
#define BOOST_PHOENIX_VERSION 0x3100 // 3.1.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,1,0)
#endif
#endif