1996-05-30 20:03:15 +00:00
|
|
|
# This file is included in various Makefile's to get version information.
|
|
|
|
|
|
|
|
# The gcc version required to compile the library.
|
1997-03-28 22:21:23 +00:00
|
|
|
GNUSTEP_GUI_GCC = 2.7.0
|
1996-05-30 20:03:15 +00:00
|
|
|
|
1996-09-12 19:24:32 +00:00
|
|
|
# Versions for libraries that gnustep-gui is dependent upon
|
1997-03-28 22:21:23 +00:00
|
|
|
GNUSTEP_GUI_BASE = 0.2.12
|
1997-07-07 16:56:52 +00:00
|
|
|
LIB_FOUNDATION = 0.7.1
|
1996-09-12 19:24:32 +00:00
|
|
|
GNUSTEP_GUI_LIBTIFF = 3.4
|
1997-03-28 22:21:23 +00:00
|
|
|
GNUSTEP_GUI_DGS = 0.2.0
|
1996-09-12 19:24:32 +00:00
|
|
|
GNUSTEP_GUI_DPSCLIENT = 6.1
|
|
|
|
|
1996-05-30 20:03:15 +00:00
|
|
|
# The version number of this release.
|
1996-09-03 18:09:16 +00:00
|
|
|
GNUSTEP_GUI_MAJOR_VERSION = 0
|
1997-07-07 16:56:52 +00:00
|
|
|
GNUSTEP_GUI_MINOR_VERSION = 3
|
1997-03-28 22:21:23 +00:00
|
|
|
GNUSTEP_GUI_SUBMINOR_VERSION = 0
|
1996-09-03 18:09:16 +00:00
|
|
|
GNUSTEP_GUI_VERSION = \
|
|
|
|
$(GNUSTEP_GUI_MAJOR_VERSION).$(GNUSTEP_GUI_MINOR_VERSION).$(GNUSTEP_GUI_SUBMINOR_VERSION)
|
|
|
|
|
1997-03-28 22:21:23 +00:00
|
|
|
GNUSTEP_GUI_FTP_MACHINE = ftp.gnustep.org
|
|
|
|
GNUSTEP_GUI_FTP_DIRECTORY = pub/gnustep
|
|
|
|
GNUSTEP_GUI_SNAP_FTP_MACHINE = alpha.gnu.ai.mit.edu
|
|
|
|
GNUSTEP_GUI_SNAP_FTP_DIRECTORY = gnu/gnustep
|
1996-05-30 20:03:15 +00:00
|
|
|
|