(OBJECTS_SUBMINOR_VERSION): Version 0.1.12.

(OBJECTS_GCC_VERSION): Upped from 2.6.3 to 2.7.0.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-06-25 22:08:26 +00:00
parent 3795fa479f
commit 8ac3f05096

View file

@ -1,12 +1,12 @@
# 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
OBJECTS_GCC_VERSION = 2.7.0
# The version number of this release.
OBJECTS_MAJOR_VERSION = 0
OBJECTS_MINOR_VERSION = 1
OBJECTS_SUBMINOR_VERSION = 11
OBJECTS_SUBMINOR_VERSION = 12
OBJECTS_VERSION = \
$(OBJECTS_MAJOR_VERSION).$(OBJECTS_MINOR_VERSION).$(OBJECTS_SUBMINOR_VERSION)