mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
16 lines
446 B
Text
16 lines
446 B
Text
|
# This file is included in various Makefile's to get version information.
|
||
|
|
||
|
# The gcc version required to compile the library.
|
||
|
OBJECTS_GCC_VERSION = 2.6.3
|
||
|
|
||
|
# The version number of this release.
|
||
|
OBJECTS_MAJOR_VERSION = 0
|
||
|
OBJECTS_MINOR_VERSION = 1
|
||
|
OBJECTS_SUBMINOR_VERSION = 11
|
||
|
OBJECTS_VERSION = \
|
||
|
$(OBJECTS_MAJOR_VERSION).$(OBJECTS_MINOR_VERSION).$(OBJECTS_SUBMINOR_VERSION)
|
||
|
|
||
|
OBJECTS_FTP_MACHINE = alpha.gnu.ai.mit.edu
|
||
|
OBJECTS_FTP_DIRECTORY = gnu
|
||
|
|