--
-- Copyright (c) 2012 Kevin Wellwood
-- All rights reserved.
--
-- This source code is distributed under the Modified BSD License. For terms and
-- conditions, see license.txt.
--
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;