libs-gsweb/Version

18 lines
485 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.
MAJOR_VERSION=1
MINOR_VERSION=3
SUBMINOR_VERSION=0
GSWEB_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GSWEB_VERSION}
GSWEB_FTP_MACHINE=ftp.gnustep.org
GSWEB_FTP_DIRECTORY=pub/gnustep/gsweb
GSWEB_SNAP_FTP_MACHINE=ftp.gnustep.org
GSWEB_SNAP_FTP_DIRECTORY=pub/daily-snapshots