Chris@102: /* Chris@102: Copyright Rene Rivera 2014 Chris@102: Distributed under the Boost Software License, Version 1.0. Chris@102: (See accompanying file LICENSE_1_0.txt or copy at Chris@102: http://www.boost.org/LICENSE_1_0.txt) Chris@102: */ Chris@102: Chris@102: #ifndef BOOST_PREDEF_VERSION_H Chris@102: #define BOOST_PREDEF_VERSION_H Chris@102: Chris@102: #include Chris@102: Chris@102: #define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,2,0) Chris@102: Chris@102: #endif