Dataflow Runtime API  3.1.1.0
Static Public Attributes | List of all members
imt::base::core::platform::Version Class Reference

Static class with version informations on the Imt.Base libraries. More...

#include <Imt.Base.Core.Platform/version.h>

Static Public Attributes

static const uint32_t MAJOR = 3U
 Major version number. More...
 
static const uint32_t MINOR = 1U
 Minor version number. More...
 
static const uint32_t BUILD = 1U
 Build version number. More...
 
static const uint32_t REVISION = 0U
 Revision number. More...
 

Detailed Description

Static class with version informations on the Imt.Base libraries.

The version consists out of 4 32bit digits: x.y.b.r

x Major Version, incremented for breaking changes. y Minor Version, incremented for backwads compatible changes. b Build Version, incremented for bugfix releases. r Revision, incremented for every alpha, beta and rc release, 0 for final releases

Member Data Documentation

◆ BUILD

const uint32_t imt::base::core::platform::Version::BUILD = 1U
static

Build version number.

◆ MAJOR

const uint32_t imt::base::core::platform::Version::MAJOR = 3U
static

Major version number.

◆ MINOR

const uint32_t imt::base::core::platform::Version::MINOR = 1U
static

Minor version number.

◆ REVISION

const uint32_t imt::base::core::platform::Version::REVISION = 0U
static

Revision number.


The documentation for this class was generated from the following file: