Homepage|Build Repository: Doomsday expects JSON object graphs for Packages with two components
Existing versions of Doomsday's VersionInfo parser minimally expects version numbers containing at least the major and minor components. Unfortunately this means we'll have to return fully specified numbers so as to avoid crashing existing, old Doomsday installs (usually our policy is to omit trailing zero components in version numbers).
Homepage|Build Repository: Doomsday expects JSON object graphs for Packages with two components
Existing versions of Doomsday's VersionInfo parser minimally expects
version numbers containing at least the major and minor components.
Unfortunately this means we'll have to return fully specified numbers
so as to avoid crashing existing, old Doomsday installs (usually our
policy is to omit trailing zero components in version numbers).