#include <boost/version.hpp>
#include <iostream>

int main()
{
   std::cout << BOOST_LIB_VERSION << std::endl;
}

