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