diff --git a/include/boost/predef/version.h b/include/boost/predef/version.h new file mode 100644 index 0000000000000000000000000000000000000000..2fcdefa6948c3848f57369128caab2a405405590 --- /dev/null +++ b/include/boost/predef/version.h @@ -0,0 +1,15 @@ +/* +Copyright Rene Rivera 2015 +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) +*/ + +#ifndef BOOST_PREDEF_VERSION_H +#define BOOST_PREDEF_VERSION_H + +#include + +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,4,0) + +#endif