nedge changes

This commit is contained in:
emanuele-f 2018-03-20 20:24:43 +01:00
parent f179c1011c
commit ae434e327e
7 changed files with 44 additions and 5 deletions

View file

@ -3569,8 +3569,10 @@ function printntopngRelease(info)
return ""
end
if(info["version.enterprise_edition"]) then
print(" Enterprise")
if(info["version.enterprise_edition"]) or (info["version.nedge_enterprise_edition"]) then
print(" Enterprise")
elseif(info["version.nedge_edition"]) then
print(" ")
elseif(info["pro.release"]) then
print(" Professional")
else