1
1

Clarify the comment -- we're bootstrapping the shared library

versioning by assuming that 1.3.3 was released as 0:0:0.  The next
release (1.3.4 or 1.4 or whatever it is) will be the first to
programatically set these valuess (and it'll likely be something
beyond 0:0:0 for at least some of the libraries).

This commit was SVN r21732.
Этот коммит содержится в:
Jeff Squyres 2009-07-24 12:42:16 +00:00
родитель 0278b86456
Коммит 3d265e859d

Просмотреть файл

@ -46,10 +46,10 @@ date="Unreleased developer copy"
# The shared library version of each of Open MPI's public libraries.
# These versions are maintained in accordance with the "Library
# Interface Versions" chapter from the GNU Libtool documentation. The
# first Open MPI release to formally use these versions was v1.3.4 --
# they introduced version 0:0:0. Subsequent changes in these version
# numbers are dictated by the Open MPI release managers (not
# individual developers). Notes:
# first Open MPI release to programatically specify these versions was
# v1.3.4 (note that Libtool defaulted all prior releases to 0:0:0).
# All changes in these version numbers are dictated by the Open MPI
# release managers (not individual developers). Notes:
# 1. Since these version numbers are associated with *releases*, the
# version numbers maintained on the Open MPI SVN trunk (and developer