# This file is included in various Makefile's to get version information.

# 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 = 5
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.0
GNUSTEP_DPSCLIENT = 6.1

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

