|
Packit Service |
c5cf8c |
# This is the VERSION file for hwloc, describing the precise version
|
|
Packit Service |
c5cf8c |
# of hwloc in this distribution. The various components of the version
|
|
Packit Service |
c5cf8c |
# number below are combined to form a single version number string.
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# major, minor, and release are generally combined in the form
|
|
Packit Service |
c5cf8c |
# <major>.<minor>.<release>. If release is zero, then it is omitted.
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# Please update HWLOC_VERSION* in contrib/windows/hwloc_config.h too.
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
major=2
|
|
Packit Service |
c5cf8c |
minor=0
|
|
Packit Service |
c5cf8c |
release=3
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# greek is used for alpha or beta release tags. If it is non-empty,
|
|
Packit Service |
c5cf8c |
# it will be appended to the version number. It does not have to be
|
|
Packit Service |
c5cf8c |
# numeric. Common examples include a1 (alpha release 1), b1 (beta
|
|
Packit Service |
c5cf8c |
# release 1), sc2005 (Super Computing 2005 release). The only
|
|
Packit Service |
c5cf8c |
# requirement is that it must be entirely printable ASCII characters
|
|
Packit Service |
c5cf8c |
# and have no white space.
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
greek=rc2
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# The date when this release was created
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
date="Unreleased developer copy"
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# If snapshot=1, then use the value from snapshot_version as the
|
|
Packit Service |
c5cf8c |
# entire hwloc version (i.e., ignore major, minor, release, and
|
|
Packit Service |
c5cf8c |
# greek). This is only set to 1 when making snapshot tarballs.
|
|
Packit Service |
c5cf8c |
snapshot=1
|
|
Packit Service |
c5cf8c |
snapshot_version=${major}.${minor}.${release}${greek}-git
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# The shared library version of hwloc's public library. This version
|
|
Packit Service |
c5cf8c |
# is maintained in accordance with the "Library Interface Versions"
|
|
Packit Service |
c5cf8c |
# chapter from the GNU Libtool documentation. Notes:
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# 1. Since version numbers are associated with *releases*, the version
|
|
Packit Service |
c5cf8c |
# number maintained on the hwloc git master (and developer branches)
|
|
Packit Service |
c5cf8c |
# is always 0:0:0.
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# 2. Version numbers are described in the Libtool current:revision:age
|
|
Packit Service |
c5cf8c |
# format.
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
libhwloc_so_version=15:2:0
|
|
Packit Service |
c5cf8c |
libnetloc_so_version=0:0:0
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
# Please also update the <TargetName> lines in contrib/windows/libhwloc.vcxproj
|