package Version is
-- Returns release version, which has three components: major.minor.bugfix
function Release return String;
-- Returns the four digit year the executable was built as the copyright date.
function Copyright_Year return String;
end Version;