# HG changeset patch # User Sebastien Jodogne # Date 1581511979 -3600 # Node ID 2999ab4323fea969b7dc79a6ee8489336982506d # Parent 7f9e8d8ee90b61d88e03a14edccd26b050735d46 typo bis diff -r 7f9e8d8ee90b -r 2999ab4323fe Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Wed Feb 12 13:52:20 2020 +0100 +++ b/Plugin/Plugin.cpp Wed Feb 12 13:52:59 2020 +0100 @@ -68,8 +68,8 @@ int major = boost::lexical_cast(tokens[0]); int minor = boost::lexical_cast(tokens[1]); - ok = (major >= 1 || - (major == 0 && minor >= 7)); + ok = (major >= 2 || + (major == 1 && minor >= 0)); } catch (boost::bad_lexical_cast&) {