version.hpp file

Provide version and name information for libarcsdec.

Namespaces

namespace arcsdec
APIs of libarcsdec.
namespace arcsdec::v_1_0_0 inline
libarcsdec API version 1.0.0.

Functions

auto api_version_is_at_least(const int major, const int minor, const int patch) -> bool
Compares specified version to actual version.

Variables

const std::string LIBARCSDEC_GIT_VERSION
Version info as shown by git describe --always HEAD.
const std::string LIBARCSDEC_NAME
Library name.
const std::string LIBARCSDEC_VERSION
Complete semantic version information.
const int LIBARCSDEC_VERSION_MAJOR
Major version number.
const int LIBARCSDEC_VERSION_MINOR
Minor version number.
const int LIBARCSDEC_VERSION_PATCH
Patch level.
const std::string LIBARCSDEC_VERSION_SUFFIX
Version suffix (e.g. 'alpha.1', 'beta.6', 'rc.3' etc.).