1995-06-25 22:07:18 +00:00
|
|
|
# This file is included in various Makefile's to get version information.
|
1998-12-01 14:41:53 +00:00
|
|
|
# Compatible with Bourne shell syntax, so it can included there too.
|
1995-06-25 22:07:18 +00:00
|
|
|
|
|
|
|
# The gcc version required to compile the library.
|
2005-12-21 18:57:22 +00:00
|
|
|
GCC_VERSION=2.9.5
|
1995-06-25 22:07:18 +00:00
|
|
|
|
|
|
|
# The version number of this release.
|
2001-04-10 03:27:01 +00:00
|
|
|
MAJOR_VERSION=1
|
2008-12-22 09:50:21 +00:00
|
|
|
MINOR_VERSION=19
|
2008-11-24 21:33:56 +00:00
|
|
|
SUBMINOR_VERSION=0
|
2004-10-26 19:08:17 +00:00
|
|
|
# numeric value should match above
|
2008-12-22 09:50:21 +00:00
|
|
|
VERSION_NUMBER=119.0
|
1998-01-02 18:09:52 +00:00
|
|
|
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
1998-08-24 12:47:27 +00:00
|
|
|
VERSION=${GNUSTEP_BASE_VERSION}
|
1995-06-25 22:07:18 +00:00
|
|
|
|
2000-08-07 22:00:31 +00:00
|
|
|
GNUSTEP_BASE_FTP_MACHINE=ftp.gnustep.org
|
|
|
|
GNUSTEP_BASE_FTP_DIRECTORY=pub/gnustep/core
|
2001-04-10 03:27:01 +00:00
|
|
|
GNUSTEP_BASE_SNAP_FTP_MACHINE=ftp.gnustep.org
|
|
|
|
GNUSTEP_BASE_SNAP_FTP_DIRECTORY=pub/daily-snapshots
|
1995-06-25 22:07:18 +00:00
|
|
|
|