Set hopsAware version cutoff to 0.28.1-b7

This commit is contained in:
Vinnie Falco
2015-04-29 16:44:05 -07:00
parent 53c1269ebd
commit 83a01e0c7d

View File

@@ -111,7 +111,7 @@ PeerImp::run()
if (v.parse(s))
{
beast::SemanticVersion av;
av.parse("0.28.0-rc3");
av.parse("0.28.1-b7");
hopsAware_ = v >= av;
}
}