mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 09:00:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1580 72102866-910b-0410-8b05-ffd578937521
15 lines
435 B
Text
15 lines
435 B
Text
# This file is included in various Makefile's to get version information.
|
|
|
|
# The gcc version required to compile the library.
|
|
APPKIT_GCC_VERSION = 2.7.0
|
|
|
|
# The version number of this release.
|
|
APPKIT_MAJOR_VERSION = 0
|
|
APPKIT_MINOR_VERSION = 1
|
|
APPKIT_SUBMINOR_VERSION = 0
|
|
APPKIT_VERSION = \
|
|
$(APPKIT_MAJOR_VERSION).$(APPKIT_MINOR_VERSION).$(APPKIT_SUBMINOR_VERSION)
|
|
|
|
APPKIT_FTP_MACHINE = alpha.gnu.ai.mit.edu
|
|
APPKIT_FTP_DIRECTORY = gnu
|
|
|