# 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_XGPS_GCC=2.8.0

# Version of Display Ghostscript System required
GNUSTEP_XGPS_GUI=0.6.5

# The version number of this release.
GNUSTEP_XGPS_MAJOR_VERSION=0
GNUSTEP_XGPS_MINOR_VERSION=6
GNUSTEP_XGPS_SUBMINOR_VERSION=5
GNUSTEP_XGPS_VERSION=${GNUSTEP_XGPS_MAJOR_VERSION}.${GNUSTEP_XGPS_MINOR_VERSION}.${GNUSTEP_XGPS_SUBMINOR_VERSION}
VERSION=${GNUSTEP_XGPS_VERSION}

GNUSTEP_XGPS_FTP_MACHINE=ftp.gnustep.org
GNUSTEP_XGPS_FTP_DIRECTORY=pub/gnustep/core
GNUSTEP_XGPS_SNAP_FTP_MACHINE=alpha.gnu.org
GNUSTEP_XGPS_SNAP_FTP_DIRECTORY=gnu/gnustep

