Require boost 1.57

This commit is contained in:
Miguel Portilla
2016-01-08 09:55:44 -05:00
committed by seelabs
parent a064fcd8e5
commit 1f90b177a1

View File

@@ -32,7 +32,7 @@ namespace version {
using VersionNumber = unsigned long long;
const char boostMinimal[] = "1.55.0";
const char boostMinimal[] = "1.57.0";
const char openSSLMinimal[] = "1.0.1-g";
std::string boostVersion(VersionNumber boostVersion)