Bump to version 1.4 for next release. Switched BBv2 check support to use

the compile only check utility to address cross-compile use cases.
This commit is contained in:
Rene Rivera
2015-08-06 20:51:56 -05:00
parent 0e69791f69
commit bfac404a0f
26 changed files with 154 additions and 94 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ http://www.boost.org/LICENSE_1_0.txt)
#include <boost/predef/version_number.h>
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,3,0)
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,4,0)
#endif