libs-gsweb/Version

26 lines
697 B
Text
Raw Normal View History

# 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=1
GNUSTEP_MINOR_VERSION=0
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.gnu.org
GNUSTEP_FTP_DIRECTORY=pub/gnu
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