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.
|
2011-09-19 09:09:57 +00:00
|
|
|
GCC_VERSION=4.0.0
|
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
|
2024-12-28 12:09:23 +00:00
|
|
|
MINOR_VERSION=31
|
2025-02-28 17:38:20 +00:00
|
|
|
SUBMINOR_VERSION=1
|
2004-10-26 19:08:17 +00:00
|
|
|
# numeric value should match above
|
2025-02-28 17:38:20 +00:00
|
|
|
VERSION_NUMBER=131.1
|
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
|
|
|
|