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.
4
5# major, minor, and release are generally combined in the form
6# <major>.<minor>.<release>.  If release is zero, then it is omitted.
7
8# Please update HWLOC_VERSION* in contrib/windows/hwloc_config.h too.
9
10major=2
11minor=5
12release=0
13
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.
20
21greek=
22
23# The date when this release was created
24
25date="Jun 14, 2021"
26
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.
30snapshot=0
31snapshot_version=${major}.${minor}.${release}${greek}-git
32
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:
36
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.
40
41# 2. Version numbers are described in the Libtool current:revision:age
42# format.
43
44libhwloc_so_version=20:0:5
45libnetloc_so_version=0:0:0
46
47# Please also update the <TargetName> lines in contrib/windows/libhwloc.vcxproj
48