|
pbr-cpp-memory-pool 1.1.2
Fixed-block-size O(1) memory pool — C++17 with an ANSI C public surface
|
Project version constants. More...
Go to the source code of this file.
Variables | |
| constexpr unsigned | it::d4np::memorypool::PBR_MEMORY_POOL_VERSION_MAJOR = 1 |
| Major version component (incremented for breaking changes post-1.0). | |
| constexpr unsigned | it::d4np::memorypool::PBR_MEMORY_POOL_VERSION_MINOR = 1 |
| Minor version component (incremented with each closed milestone pre-1.0). | |
| constexpr unsigned | it::d4np::memorypool::PBR_MEMORY_POOL_VERSION_PATCH = 2 |
| Patch version component (incremented for hotfixes between milestones). | |
| constexpr const char * | it::d4np::memorypool::PBR_MEMORY_POOL_VERSION_STRING = "1.1.2" |
| Pre-formatted version string, kept in lockstep with the components above. | |
Project version constants.
Single source of truth for the project version, per ADR-0004. The top-level CMakeLists.txt reads these constants at configure time to populate project(... VERSION ...). Bump these values from the release PR that closes a milestone (see docs/workflow/release.md).
Definition in file version.hpp.
|
inlineconstexpr |
Major version component (incremented for breaking changes post-1.0).
Definition at line 20 of file version.hpp.
|
inlineconstexpr |
Minor version component (incremented with each closed milestone pre-1.0).
Definition at line 23 of file version.hpp.
|
inlineconstexpr |
Patch version component (incremented for hotfixes between milestones).
Definition at line 26 of file version.hpp.
|
inlineconstexpr |
Pre-formatted version string, kept in lockstep with the components above.
Definition at line 29 of file version.hpp.