Jump to content

Module:Version: Difference between revisions

no edit summary
(Since Elin is really fast in update, we pick a range of versions that is considered to be highly trustworthy.)
No edit summary
Line 20: Line 20:
elseif CURRENT_minor < minor then
elseif CURRENT_minor < minor then
return -1
return -1
elseif CURRENT_minor > minor + 20 then
elseif CURRENT_minor > (minor + 20) then
return 2
return 2
elseif CURRENT_minor > minor then
elseif CURRENT_minor > minor then
346

edits