2000-01-22 12:49:49 +00:00
|
|
|
# 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.
|
2002-09-22 14:27:04 +00:00
|
|
|
MAJOR_VERSION=1
|
2006-09-15 10:54:16 +00:00
|
|
|
MINOR_VERSION=3
|
2002-09-22 14:27:04 +00:00
|
|
|
SUBMINOR_VERSION=0
|
|
|
|
GSWEB_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
|
|
|
VERSION=${GSWEB_VERSION}
|
2000-01-22 12:49:49 +00:00
|
|
|
|
2002-09-22 14:27:04 +00:00
|
|
|
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
|
2000-01-22 12:49:49 +00:00
|
|
|
|