1995-06-25 22:07:18 +00:00
|
|
|
# This file is included in various Makefile's to get version information.
|
|
|
|
|
|
|
|
# The gcc version required to compile the library.
|
1996-09-02 16:39:15 +00:00
|
|
|
GCC_VERSION=2.7.2
|
1995-06-25 22:07:18 +00:00
|
|
|
|
|
|
|
# The version number of this release.
|
1996-09-02 16:39:15 +00:00
|
|
|
MAJOR_VERSION=0
|
|
|
|
MINOR_VERSION=2
|
1996-09-24 19:14:00 +00:00
|
|
|
SUBMINOR_VERSION=10
|
1996-09-02 17:10:23 +00:00
|
|
|
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
1995-06-25 22:07:18 +00:00
|
|
|
|
1996-09-02 16:39:15 +00:00
|
|
|
#FTP_MACHINE=prep.ai.mit.edu
|
|
|
|
#FTP_DIRECTORY=pub/gnu
|
|
|
|
FTP_MACHINE=alpha.gnu.ai.mit.edu
|
|
|
|
FTP_DIRECTORY=gnu
|
1995-06-25 22:07:18 +00:00
|
|
|
|