4#ifndef IT_D4NP_MEMORYPOOL_VERSION_HPP_
5#define IT_D4NP_MEMORYPOOL_VERSION_HPP_
17namespace it::d4np::memorypool {
constexpr unsigned PBR_MEMORY_POOL_VERSION_MAJOR
Major version component (incremented for breaking changes post-1.0).
constexpr unsigned PBR_MEMORY_POOL_VERSION_MINOR
Minor version component (incremented with each closed milestone pre-1.0).
constexpr const char * PBR_MEMORY_POOL_VERSION_STRING
Pre-formatted version string, kept in lockstep with the components above.
constexpr unsigned PBR_MEMORY_POOL_VERSION_PATCH
Patch version component (incremented for hotfixes between milestones).