# This file is included in various Makefile's to get version information.
# Compatible with Bourne shell syntax, so it can included there too.

# The gcc version required to compile the library.
GNUSTEP_GCC=2.8.0

# The version number of this release.
GNUSTEP_MAJOR_VERSION=0
GNUSTEP_MINOR_VERSION=6
GNUSTEP_SUBMINOR_VERSION=0
GNUSTEP_VERSION=${GNUSTEP_MAJOR_VERSION}.${GNUSTEP_MINOR_VERSION}.${GNUSTEP_SUBMINOR_VERSION}
VERSION=${GNUSTEP_VERSION}

# Other Products we depend on
GNUSTEP_LIBTIFF=3.4
GNUSTEP_DGS=0.5.7
GNUSTEP_DPSCLIENT=6.1

GNUSTEP_FTP_MACHINE=ftp.gnu.org
GNUSTEP_FTP_DIRECTORY=gnu/gstep
GNUSTEP_SNAP_FTP_MACHINE=alpha.gnu.org
GNUSTEP_SNAP_FTP_DIRECTORY=gnu/gnustep
GNUSTEP_ALT_FTP_MACHINE=ftp.gnustep.org
GNUSTEP_ALT_FTP_DIRECTORY=pub/gnustep/core


