# This file is included in various Makefile's to get version information.
# Copyright (c) 1996-1998 Free Software Foundation

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

# Version of Display Ghostscript System required
GNUSTEP_XDPS_GUI = 0.5.0
GNUSTEP_XDPS_DGS = 0.5.0

# The version number of this release.
GNUSTEP_XDPS_MAJOR_VERSION = 0
GNUSTEP_XDPS_MINOR_VERSION = 5
GNUSTEP_XDPS_SUBMINOR_VERSION = 0
GNUSTEP_XDPS_VERSION = \
$(GNUSTEP_XDPS_MAJOR_VERSION).$(GNUSTEP_XDPS_MINOR_VERSION).$(GNUSTEP_XDPS_SUBMINOR_VERSION)
VERSION = $(GNUSTEP_XDPS_VERSION)

GNUSTEP_XDPS_FTP_MACHINE = ftp.gnustep.org
GNUSTEP_XDPS_FTP_DIRECTORY = pub/gnustep/core
GNUSTEP_XDPS_SNAP_FTP_MACHINE = alpha.gnu.org
GNUSTEP_XDPS_SNAP_FTP_DIRECTORY = gnu/gnustep

