/[gnustep]/gnustep/core/gui/Version
ViewVC logotype

Contents of /gnustep/core/gui/Version

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.33 - (show annotations) (download)
Wed Aug 27 02:35:09 2003 UTC (20 years, 8 months ago) by fedor
Branch: MAIN
CVS Tags: gui-0_8_9
Changes since 1.32: +1 -1 lines
Version 0.8.9

1 # This file is included in various Makefile's to get version information.
2 # Compatible with Bourne shell syntax, so it can included there too.
3
4 # The gcc version required to compile the library.
5 GNUSTEP_GUI_GCC=2.8.0
6
7 # Versions for libraries that gnustep-gui is dependent upon
8 GNUSTEP_GUI_BASE=1.0.2
9 GNUSTEP_GUI_LIBTIFF=3.4
10
11 # The version number of this release.
12 GNUSTEP_GUI_MAJOR_VERSION=0
13 GNUSTEP_GUI_MINOR_VERSION=8
14 GNUSTEP_GUI_SUBMINOR_VERSION=9
15 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
16 VERSION=${GNUSTEP_GUI_VERSION}
17
18 GNUSTEP_GUI_FTP_MACHINE=ftp.gnustep.org
19 GNUSTEP_GUI_FTP_DIRECTORY=pub/gnustep/core
20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26