This file is used to determine the latest archive name for the expander kit.
The version number is expected to be in the first column position of a line.

Version Date            Reason
-----------------------------------------------------------------------------
2.05    Feb 18, 2003    Added environment variable evaluation into definion
                        expansion area. Added internal 'user' definition.
                        
                        expander.c     environment variable evaluation changes.
                        build          added EXP_USER line.
                        exp_environ.sh added EXP_USER line.
                        INSTALL        added note about EXP_USER.
                        USAGE          added note about EXP_USER and EXP_EMAIL.
                        definitions    references to EXP_USER and EXP_EMAIL.
                        expander.pod   documented environment variable eval.
                        service        fixed comment marker defect for Expander

2.04    May 07, 2002    Minor changes for restructuring, INSTALL, getenv.nm
                        and system.nm changed.

                        build          creates expander package destination
                                       directory if it does not already exist.
                                       
2.03    Apr 04, 2002    Minor defects corrected and improvements made in 
                        macros and scripts to accommodate NEdit version 5.2
                        
                        C_code.nm      Changed function pattern
                        expander.nm    fixed expand_with_selection to work with
                                       new version (5.2) NEdit.
                        general.nm     load_tags macro introduced
                        Java_code.nm   made open_resource_file more general
                        system.nm      use 'env' to obtain environment variables
                                       instead of 'setenv' giving macro shell
                                       independence.
                        shipmail       fixed mail template parsing error.
                        show           now allows editor access to java source
                                       code found in Java Development Kit (JDK)
                                       (used in Java_code.nm)
                        getenv.nm      introduced for older versions of NEdit
                                       prior to  5.1.1 (getenv is embedded in
                                       later versions of NEdit)
                        dot_neditmacro updated example of .neditmacro
                        INSTALL        Talk about getenv usage.
                        README         Note new getenv.nm file
                        
2.02    Sep 24, 2001    Instituted ChangeLog versioning system for expander
                        kit. This includes this file, buildKit script, and
                        changes to the Makefile to create the kit.

2.01    Sep 20, 2001    Fixed tabbing problem when actual hardware tabs were
                        used requiring EXP_USE_TABS to be defined. Hardware
                        tabs were always being assumed to be of length 8, but
                        if they are being simulated at a different size, the
                        indent calculation in chop_keyword ignored this.

2.00    Jan 04, 2001    Release of revised expander and its kit components.
