Lines Matching full:maxversion
83 if (b.minVersion != 0 && a->maxVersion == b.minVersion - 1) {
84 a->maxVersion = b.maxVersion;
85 } else if (b.maxVersion != 0 && a->minVersion == b.maxVersion + 1) {
89 "how to merge versions (" << a->minVersion << " - " << a->maxVersion << ") and ("
90 << b.minVersion << " - " << b.maxVersion << ")\n";
318 if (info.minVersion > 1 || info.maxVersion) {
325 if (info.maxVersion > 0) {
326 stream << "Removed from " << mid << info.maxVersion + 1 << " and higher";
329 if (info.maxVersion == 0) {
333 stream << mid << info.minVersion << " - " << info.maxVersion;