Mercurial > hg > orthanc-gcp
changeset 28:2999ab4323fe
typo bis
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 12 Feb 2020 13:52:59 +0100 |
parents | 7f9e8d8ee90b |
children | ebaf3604bbc6 |
files | Plugin/Plugin.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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<int>(tokens[0]); int minor = boost::lexical_cast<int>(tokens[1]); - ok = (major >= 1 || - (major == 0 && minor >= 7)); + ok = (major >= 2 || + (major == 1 && minor >= 0)); } catch (boost::bad_lexical_cast&) {