1995-06-25 22:07:18 +00:00
|
|
|
# This file is included in various Makefile's to get version information.
|
1998-12-01 14:41:53 +00:00
|
|
|
# Compatible with Bourne shell syntax, so it can included there too.
|
1995-06-25 22:07:18 +00:00
|
|
|
|
|
|
|
# The gcc version required to compile the library.
|
1998-02-03 14:20:00 +00:00
|
|
|
GCC_VERSION=2.8.0
|
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
|
1999-09-09 02:56:20 +00:00
|
|
|
MINOR_VERSION=6
|
2000-08-07 22:00:31 +00:00
|
|
|
SUBMINOR_VERSION=6
|
1998-01-02 18:09:52 +00:00
|
|
|
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
1998-08-24 12:47:27 +00:00
|
|
|
VERSION=${GNUSTEP_BASE_VERSION}
|
1995-06-25 22:07:18 +00:00
|
|
|
|
2000-08-07 22:00:31 +00:00
|
|
|
GNUSTEP_BASE_FTP_MACHINE=ftp.gnustep.org
|
|
|
|
GNUSTEP_BASE_FTP_DIRECTORY=pub/gnustep/core
|
1998-08-24 12:47:27 +00:00
|
|
|
GNUSTEP_BASE_SNAP_FTP_MACHINE=alpha.gnu.org
|
|
|
|
GNUSTEP_BASE_SNAP_FTP_DIRECTORY=gnu/gnustep
|
1995-06-25 22:07:18 +00:00
|
|
|
|