Update hwloc to v1.11.12
[charm.git] / contrib / hwloc / VERSION
blob5d211b485a636ea55933ce56bb71542ff2bd7a89
1 # This is the VERSION file for hwloc, describing the precise version
2 # of hwloc in this distribution.  The various components of the version
3 # number below are combined to form a single version number string.
5 # major, minor, and release are generally combined in the form
6 # <major>.<minor>.<release>.  If release is zero, then it is omitted.
8 # Please update HWLOC_VERSION in contrib/windows/private_config.h too.
10 major=1
11 minor=11
12 release=12
14 # greek is used for alpha or beta release tags.  If it is non-empty,
15 # it will be appended to the version number.  It does not have to be
16 # numeric.  Common examples include a1 (alpha release 1), b1 (beta
17 # release 1), sc2005 (Super Computing 2005 release).  The only
18 # requirement is that it must be entirely printable ASCII characters
19 # and have no white space.
21 greek=
23 # The date when this release was created
25 date="Dec 13, 2018"
27 # If snapshot=1, then use the value from snapshot_version as the
28 # entire hwloc version (i.e., ignore major, minor, release, and
29 # greek).  This is only set to 1 when making snapshot tarballs.
30 snapshot=0
31 snapshot_version=${major}.${minor}.${release}${greek}-git
33 # The shared library version of hwloc's public library.  This version
34 # is maintained in accordance with the "Library Interface Versions"
35 # chapter from the GNU Libtool documentation.  Notes:
37 # 1. Since version numbers are associated with *releases*, the version
38 # number maintained on the hwloc git master (and developer branches)
39 # is always 0:0:0.
41 # 2. Version numbers are described in the Libtool current:revision:age
42 # format.
44 libhwloc_so_version=12:9:7
46 # Please also update the <TargetName> lines in contrib/windows/libhwloc.vcxproj