Removed `OBJECTS_' prefix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 14:43:17 +00:00
parent 713b915540
commit 577dc83925

19
Version
View file

@ -1,17 +1,16 @@
# This file is included in various Makefile's to get version information. # This file is included in various Makefile's to get version information.
# The gcc version required to compile the library. # The gcc version required to compile the library.
OBJECTS_GCC_VERSION = 2.7.2 GCC_VERSION = 2.7.2
# The version number of this release. # The version number of this release.
OBJECTS_MAJOR_VERSION = 0 MAJOR_VERSION = 0
OBJECTS_MINOR_VERSION = 2 MINOR_VERSION = 2
OBJECTS_SUBMINOR_VERSION = 1 SUBMINOR_VERSION = 1
OBJECTS_VERSION = \ VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
$(OBJECTS_MAJOR_VERSION).$(OBJECTS_MINOR_VERSION).$(OBJECTS_SUBMINOR_VERSION)
#OBJECTS_FTP_MACHINE = prep.ai.mit.edu #FTP_MACHINE = prep.ai.mit.edu
#OBJECTS_FTP_DIRECTORY = pub/gnu #FTP_DIRECTORY = pub/gnu
OBJECTS_FTP_MACHINE = alpha.gnu.ai.mit.edu FTP_MACHINE = alpha.gnu.ai.mit.edu
OBJECTS_FTP_DIRECTORY = gnu FTP_DIRECTORY = gnu