there was an #include directive missing
[openmpi-llc.git] / VERSION
blobf4ff94acb726d64dc17d7793ff83b01aa2b5b270
1 # This is the VERSION file for Open MPI, describing the precise
2 # version of Open MPI in this distribution.  The various components of
3 # the version number below are combined to form a single version
4 # number string.
6 # major, minor, and release are generally combined in the form
7 # <major>.<minor>.<release>.  If release is zero, then it is omitted.
9 major=1
10 minor=1
11 release=2
13 # greek is used for alpha or beta release tags.  If it is non-empty,
14 # it will be appended to the version number.  It does not have to be
15 # numeric.  Common examples include a1 (alpha release 1),
16 # b1 (beta release 1), sc2005 (Super Computing 2005 release).  The
17 # only requirement is that it must be entirely printable ASCII 
18 # characters and have no white space.
20 greek=
22 # If want_svn=1, then the SVN r number will be included in the overall
23 # Open MPI version number in some form.
25 want_svn=0
27 # If svn_r=-1, then the SVN r numbere will be obtained dynamically at
28 # run time, either 1) via the "svnversion" command (if this is a
29 # Subversion checkout) in the form "r<svn_r>", or b) with the date (if
30 # this is not a Subversion checkout, and the svnversion command cannot
31 # be used) in the form of "svn<date>".  Alternatively, if svn_r is not
32 # -1, the value of svn_r will be directly appended to the version
33 # string.  This happens during "make dist", for example: if the
34 # distribution tarball is being made from an SVN checkout, the value
35 # of svn_r in this file is replaced with the output of "svnversion".
37 svn_r=r12073