# 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.
GDL_GCC_VERSION=2.7.2

# Versions for libraries that gnustep-db is dependent upon
GDL_GNUSTEP_BASE=0.2.12
GDL_LIBFOUNDATION=0.7.0
GDL_FOUNDATION_EXT=0.7.1

# The version number of this release.
GDL_MAJOR_VERSION=1
GDL_MINOR_VERSION=1
GDL_SUBMINOR_VERSION=0
GDL_VERSION=${GDL_MAJOR_VERSION}.${GDL_MINOR_VERSION}.${GDL_SUBMINOR_VERSION}
VERSION=${GDL_VERSION}

GDL_FTP_MACHINE=ftp.gnustep.org
GDL_FTP_DIRECTORY=pub/gnustep
GDL_SNAP_FTP_MACHINE=alpha.gnu.ai.mit.edu
GDL_SNAP_FTP_DIRECTORY=gnu/gnustep
