2005-03-25 06:19:46 +03:00
|
|
|
# This is the VERSION file for Open MPI, describing the precise
|
|
|
|
# version of Open MPI in this distribution. The various components of
|
|
|
|
# the version number below are combined to form a single version
|
|
|
|
# number string.
|
|
|
|
|
|
|
|
# major, minor, and release are generally combined in the form
|
2005-09-27 06:06:05 +04:00
|
|
|
# <major>.<minor>.<release>. If release is zero, then it is omitted.
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2005-05-12 21:56:42 +04:00
|
|
|
major=1
|
2006-08-15 23:17:47 +04:00
|
|
|
minor=3
|
2004-01-13 18:42:58 +03:00
|
|
|
release=0
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2005-09-27 06:06:05 +04:00
|
|
|
# greek is used for alpha or beta release tags. If it is non-empty,
|
|
|
|
# it will be appended to the version number. It does not have to be
|
|
|
|
# numeric. Common examples include a1 (alpha release 1),
|
|
|
|
# b1 (beta release 1), sc2005 (Super Computing 2005 release). The
|
|
|
|
# only requirement is that it must be entirely printable ASCII
|
|
|
|
# characters and have no white space.
|
2005-03-25 06:19:46 +03:00
|
|
|
|
2005-09-27 06:06:05 +04:00
|
|
|
greek=a1
|
2005-03-25 06:19:46 +03:00
|
|
|
|
|
|
|
# If want_svn=1, then the SVN r number will be included in the overall
|
|
|
|
# Open MPI version number in some form.
|
|
|
|
|
|
|
|
want_svn=1
|
|
|
|
|
|
|
|
# If svn_r=-1, then the SVN r numbere will be obtained dynamically at
|
|
|
|
# run time, either 1) via the "svnversion" command (if this is a
|
|
|
|
# Subversion checkout) in the form "r<svn_r>", or b) with the date (if
|
|
|
|
# this is not a Subversion checkout, and the svnversion command cannot
|
|
|
|
# be used) in the form of "svn<date>". Alternatively, if svn_r is not
|
|
|
|
# -1, the value of svn_r will be directly appended to the version
|
|
|
|
# string. This happens during "make dist", for example: if the
|
|
|
|
# distribution tarball is being made from an SVN checkout, the value
|
|
|
|
# of svn_r in this file is replaced with the output of "svnversion".
|
|
|
|
|
|
|
|
svn_r=-1
|