mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(OBJECTS_SUBMINOR_VERSION): libobjects version 0.1.16.
(OBJECTS_GCC_VERSION): Updated from 2.7.0 to 2.7.2. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@724 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5159269b05
commit
35036d6a33
1 changed files with 2 additions and 2 deletions
4
Version
4
Version
|
@ -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.7.0
|
||||
OBJECTS_GCC_VERSION = 2.7.2
|
||||
|
||||
# The version number of this release.
|
||||
OBJECTS_MAJOR_VERSION = 0
|
||||
OBJECTS_MINOR_VERSION = 1
|
||||
OBJECTS_SUBMINOR_VERSION = 15
|
||||
OBJECTS_SUBMINOR_VERSION = 16
|
||||
OBJECTS_VERSION = \
|
||||
$(OBJECTS_MAJOR_VERSION).$(OBJECTS_MINOR_VERSION).$(OBJECTS_SUBMINOR_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue